DbSyncColumnDescription Constructor (String, String)

Initializes a new instance of the DbSyncColumnDescription class for a column that has the specified name and data type.

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

public:
DbSyncColumnDescription(
	String^ columnName, 
	String^ type
)

Parameters

columnName
Type: System::String
The name of the column.
type
Type: System::String
The data type of the column.

ExceptionCondition
ArgumentNullException

columnName or type is a nullptr.

ArgumentNullException

columnName or type is empty.

Show: