MySqlParameter.SourceColumnNullMapping Property

MySQL Connector/Net

MySqlParameterSourceColumnNullMapping Property
Sets or gets a value which indicates whether the source column is nullable. This allows DbCommandBuilder to correctly generate Update statements for nullable columns.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public override bool SourceColumnNullMapping { get; set; }
Public Overrides Property SourceColumnNullMapping As Boolean
	Get
	Set
public:
virtual property bool SourceColumnNullMapping {
	bool get () override;
	void set (bool value) override;
}
abstract SourceColumnNullMapping : bool with get, set
override SourceColumnNullMapping : bool with get, set

Property Value

Type: Boolean
See Also