The CLR type of the column.

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public Type ColumnCLRType { get; }
Visual Basic
Public ReadOnly Property ColumnCLRType As Type
	Get
Visual C++
public:
property Type^ ColumnCLRType {
	Type^ get ();
}

See Also