Click or drag to resize

ColumnMetadata Class

Contains meta information about one storage column
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.DataAccessColumnMetadata

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public class ColumnMetadata

The ColumnMetadata type exposes the following members.

Constructors
  NameDescription
Public methodColumnMetadata
Initializes a new instance of the ColumnMetadata class.
Top
Properties
  NameDescription
Public propertyAllowNulls
True if nulls are allowed for the column
Public propertyColumnName
The column name
Public propertyDataType
The data type
Public propertyIsOwnershipReference
Gets a value indicating whether this column is referring to the ownership table Id.
Public propertyMaxLength
The maximum length
Public propertyOrderInNaturalKey
The ordinal position, starting with 1 of the column within the natural key; 0 if the column is not part of the natural key
Public propertyOrderInPrimaryKey
The ordinal position, starting with 1 of the column within the primary key; 0 if the column is not part of the primary key
Top
Methods
See Also