ActiveDatabaseSoftware.ActiveQueryBuilder Namespace : MetadataField Class |
For a list of all members of this type, see MetadataField members.
Name | Description | |
---|---|---|
![]() | Expression | Gets or sets the SQL expression string for a virtual metadata field. |
![]() | ExpressionAST | Gets parsed SQL expression for a virtual metadata field. |
![]() | FieldType | Gets or sets field type of a field. |
![]() | FieldTypeName | Gets or sets native server data type name of a field. |
![]() | Nullable | Gets or sets the Nullable attribute of a field. |
![]() | Precision | Gets or sets the data type precision of a field. |
![]() | PrimaryKey | Gets or sets the Primary Key attribute of a field. |
![]() | ReadOnly | Gets or sets the Readonly attribute of a field. |
![]() | Scale | Gets or sets the data type scale of a field. |
![]() | Size | Gets or sets the data type size of a field. |