SourceColumnNullMapping
This property specifies a value which indicates whether the source column is nullable.
Declaration
// C#
public bool SourceColumnNullMapping { get; set; }
Property Value
Returns true if the source column can be nullified; otherwise, returns false.
Remarks
The default value is false.