DataColumnSurrogate::DataType Property

Gets or sets the data type of the column that the DataColumnSurrogate object represents.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property Type^ DataType {
	Type^ get ();
	void set (Type^ value);
}

Property Value

Type: System::Type
The data type of the column.

ExceptionCondition
ArgumentNullException

value is a nullptr.

Show: