Gets the type of the objects held by this column.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public override Type ColumnType { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property ColumnType As Type
Visual C++
public:
virtual property Type^ ColumnType {
	Type^ get () override;
}

Return Value

Returns System.Boolean.

Implements

IDFColumn..::.ColumnType

See Also