Chameleon and Iguana Plugin C# Class Libraries

DataType Enumeration

Enumeration of the four basic data types supported in Chameleon tables.

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

Members

Member Name Description
StringType String type.
IntegerType Integer type.
DoubleType Double type.
DateTimeType Date Time type.
UndefinedType Undefined type.

Requirements

Namespace: iNTERFACEWARE.Chameleon

Assembly: CHM_CSHARP (in CHM_CSHARP.dll)

See Also

iNTERFACEWARE.Chameleon Namespace