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