CategoryData Enumeration

Data type category.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public enum CategoryData

Members

Undefined0 Undefined.
String1 String type.
Integer2 Integer type.
Decimal3 Decimal type.
DateTime4 Datetime type.
Boolean5 Boolean type.
TimeSpan6 Time type.
DateTimeOffset7 DateTime offset type.

See Also