Skip to content

DataType enum

Represents the common types of the data.

public enum EasyData.DataType
: Enum

Package: EasyData.Core (targets: netstandard2.0)

Assembly: EasyData.Core.dll

NameValueDescription
Unknown0Unknown type value
String1String value
Byte28-bit integer value
Word316-bit integer value
Int32432-bit integer value
Int64564-bit integer value
Bool6Boolean value
Float7Floating-point numeric value
Currency8Money value
BCD9Binary-coded decimal value
Date10Date value
Time11Time value
DateTime12Date and time value
Autoinc13Autoincrement 32-bit integer value
Memo14MEMO value (text with unlimited length)
Blob15BLOB value (any data with unlimited length)
FixedChar16Fixed character value
Guid17The unique identifier
Geometry18Any geometry data
Geography19Any data that represents some geography objects