SourceColumnNullMapping property

Gets and sets value that indicates whether the source column is nullable.

Visual Basic syntax

Public Overrides Property SourceColumnNullMapping As Boolean

C# syntax

public override bool SourceColumnNullMapping {get;set;}

Remarks

This allows SACommandBuilder to generate Update statements for nullable columns correctly.

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