2 overrides of SourceColumnNullMapping
System.Data (1)
fx\src\Data\System\Data\ProviderBase\DbParameterHelper.cs (1)
164public override bool SourceColumnNullMapping {
System.Data.Entity (1)
System\Data\EntityClient\DbParameterHelper.cs (1)
152public override bool SourceColumnNullMapping {
5 writes to SourceColumnNullMapping
System.Data (5)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (2)
1032p.SourceColumnNullMapping = true; 1078p.SourceColumnNullMapping = false;
fx\src\data\System\Data\Odbc\OdbcParameter.cs (1)
150this.SourceColumnNullMapping = sourceColumnNullMapping;
fx\src\data\System\Data\OleDb\OleDbParameter.cs (1)
96SourceColumnNullMapping = sourceColumnNullMapping;
fx\src\data\System\Data\SqlClient\SqlParameter.cs (1)
164this.SourceColumnNullMapping = sourceColumnNullMapping;
9 references to SourceColumnNullMapping
System.Data (9)
fx\src\data\System\Data\Common\DbDataAdapter.cs (1)
648if ((null != dbparameter) && dbparameter.SourceColumnNullMapping) {
fx\src\data\System\Data\Odbc\OdbcParameter.cs (2)
1040if (p.SourceColumnNullMapping) { 1088p.SourceColumn, p.SourceVersion, p.SourceColumnNullMapping,
fx\src\data\System\Data\OleDb\OleDbParameter.cs (2)
587if (p.SourceColumnNullMapping) { 635p.SourceColumn, p.SourceVersion, p.SourceColumnNullMapping,
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
3763param.SourceColumnNullMapping, param.Value, param.XmlSchemaCollectionDatabase, param.XmlSchemaCollectionOwningSchema, param.XmlSchemaCollectionName);
fx\src\data\System\Data\SqlClient\SqlCommandBuilder.cs (1)
166if ((p.SqlDbType == SqlDbType.Udt) && !p.SourceColumnNullMapping) {
fx\src\data\System\Data\SqlClient\SqlParameter.cs (2)
1803if (p.SourceColumnNullMapping || !ADP.IsEmpty(p.XmlSchemaCollectionDatabase) || 1856p.SourceColumn, p.SourceVersion, p.SourceColumnNullMapping,