Sets a value which indicates whether the source column is nullable. This allows SqlCommandBuilder to correctly generate Update statements for nullable columns.

Namespace: Alachisoft.NCache.Runtime.Dependencies
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public bool SourceColumnNullMapping { get; set; }
Visual Basic
Public Property SourceColumnNullMapping As Boolean
	Get
	Set
Visual C++
public:
property bool SourceColumnNullMapping {
	bool get ();
	void set (bool value);
}

See Also