MetaColumn.ColumnType Property

 

Gets the data field type.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

public Type ColumnType { get; }

Property Value

Type: System.Type

The data field type.

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

.NET Framework
Available since 3.5
Return to top
Show: