 | DFDateTimeColumnColumnType Property |
Gets the type of the objects held by this column.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic override Type ColumnType { get; }
Public Overrides ReadOnly Property ColumnType As Type
Get
public:
virtual property Type^ ColumnType {
Type^ get () override;
}
abstract ColumnType : Type with get
override ColumnType : Type with get
Return Value
TypeReturns
System.DateTime.
Implements
IDFColumnColumnType
See Also