DataSetFieldSchema::DataType Property

 

Gets the type of data stored in the data field.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
property Type^ DataType {
	virtual Type^ get() sealed;
}

Property Value

Type: System::Type^

A Type object that represents the type of data the data field contains.

.NET Framework
Available since 2.0
Return to top
Show: