SourceColumnNullMapping property

Gets and sets value that indicates whether the source column is nullable. This allows SACommandBuilder to generate Update statements for nullable columns correctly.

Syntax
Visual Basic

Public Overrides Property SourceColumnNullMapping As Boolean
C#

public override bool SourceColumnNullMapping { get; set; }
Remarks

If the source column is nullable, true is returned; otherwise, false.

See also