Click or drag to resize

ColumnType Enumeration

Data type of a column or element

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public enum ColumnType
Members
Member nameValueDescription
Default0 Default type from the database column
Text1 Text type
Numeric2 Numeric type
DateTime3 Date and Time type
UnicodeText4 Unicode Text type
See Also