SmartBatch 2006 Application Programmatic Interface

ParamTypes Enumeration

The types supported for Parameters

public enum ParamTypes

Members

Member Name Description
Text The parameter value is of type Text.
Currency The parameter value is of type Currency.
Number The parameter value is of type Number.
List The parameter value is of type List.
DateTime The parameter value is of type DateTime.
Date The parameter value is of type Date.
Time The parameter value is of type Time.
UserDefined The parameter value is of a user defined type.

Requirements

Namespace: OnLineToolWorks.SmartBatch.Data

Assembly: OnLineToolWorks.SmartBatch.Data (in OnLineToolWorks.SmartBatch.Data.dll)

See Also

OnLineToolWorks.SmartBatch.Data Namespace