SourceColumnNullMapping Property
Sets or gets a value which indicates whether the source column is nullable.
public override bool SourceColumnNullMapping {get; set;}
'Declaration
Public Overrides Property SourceColumnNullMapping As Boolean
Property Value
true if source column is nullable; otherwise,
false. The default value is
false.