1 write to XmlSchemaCollectionDatabase
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
2918
p.
XmlSchemaCollectionDatabase
= ADP.IsNull(value) ? String.Empty : (string) value;
11 references to XmlSchemaCollectionDatabase
System.Data (11)
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\SqlParameter.cs (4)
351
XmlSchemaCollectionDatabase
, XmlSchemaCollectionOwningSchema, XmlSchemaCollectionName, mt.IsPlp, _udtType);
441
typeSpecificNamePart1 = this.
XmlSchemaCollectionDatabase
;
1803
if (p.SourceColumnNullMapping || !ADP.IsEmpty(p.
XmlSchemaCollectionDatabase
) ||
1858
p.
XmlSchemaCollectionDatabase
, p.XmlSchemaCollectionOwningSchema,
fx\src\data\System\Data\SqlClient\TdsParser.cs (6)
8464
if (((param.
XmlSchemaCollectionDatabase
!= null) && (param.
XmlSchemaCollectionDatabase
!= ADP.StrEmpty)) ||
8469
if ((param.
XmlSchemaCollectionDatabase
!= null) && (param.
XmlSchemaCollectionDatabase
!= ADP.StrEmpty)) {
8470
tempLen = (param.
XmlSchemaCollectionDatabase
).Length;
8472
WriteString(param.
XmlSchemaCollectionDatabase
, tempLen, 0, stateObj);