BufferColumnDataType Property |
Gets the type of the values, stored in the column.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Type DataType { get; }
Public ReadOnly Property DataType As Type
Get
public:
virtual property Type^ DataType {
Type^ get () sealed;
}
abstract DataType : Type with get
override DataType : Type with get
Property Value
Type:
TypeImplements
IBufferColumnDataType
See Also