DGC.Data Programmer's Reference

ParameterTypes Enumeration

Specifies the data type of a field, property, for use in a DALPArameter.

[Visual Basic]
Public Enum ParameterTypes
[C#]
public enum ParameterTypes

Remarks

The type of a parameter is specific to the .NET Framework data provider. Specifying the type converts the value of the DALParameter to the data provider Type before passing the value to the data source.

Members

Member NameDescription
DalBigInteger 
DalBit 
DalChar 
DalDateTime 
DalDecimal 
DalFloat 
DalInteger 
DalReal 
DalSmallDateTime 
DalSmallInteger 
DalSmallMoney 
DalText 
DalTinyInt 
DalVarchar 
DalImage 
DalGuid 

Requirements

Namespace: DGC.Data

Assembly: DGC.Data (in DGC.Data.dll)

See Also

DGC.Data Namespace