MetaColumn.ColumnType Property

Definition

Gets the data field type.

public:
 property Type ^ ColumnType { Type ^ get(); };
public Type ColumnType { get; }
member this.ColumnType : Type
Public ReadOnly Property ColumnType As Type

Property Value

The data field type.

Remarks

The ColumnType property returns the common language runtime (CLR) type of the data field.

Applies to