DB2®Parameter.SourceColumnNullMapping Property

Gets or sets a value indicating whether or not the column is nullable.

Namespace:
IBM.Data.DB2
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public Overrides Property SourceColumnNullMapping As Boolean
[C#]
public override bool SourceColumnNullMapping { get; set; }
[C++]
public:
virtual property bool SourceColumnNullMapping {
	bool get () override;
	void set (bool value) override;
}
[JScript]
public override function get SourceColumnNullMapping () : boolean
public override function set SourceColumnNullMapping (value : boolean)

Property value

Gets or sets a boolean value indicating whether or not the column is nullable. true indicates that the column is nullable. false indicates that the column is not nullable.