DbSyncColumnDescription::IsNullable Property

Gets or sets a value that indicates whether null values are allowed in this column.

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

public:
property bool IsNullable {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
true if null values are allowed; otherwise, false.
Show: