Model Details

MemberDataType

Defines the possible data types for members in WSO database tables.


Possible enumeration values:

Name

Value

Documentation

Boolean

11

Indicates that the specified member is a Boolean (BIT) column.

Date

7

Indicates that the specified member is a Date (DATETIME) column.

Double

5

Indicates that the specified member is a Double (FLOAT) column.

String

8

Indicates that the specified member is a String (VACHAR OR CHAR) column.

Long

3

Indicates that the specified member is a Long (INT) column.

Currency

6

Indicates that the specified member is a Currency (MONEY) column.