1 write to XmlSchemaCollectionName
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
2924
p.
XmlSchemaCollectionName
= ADP.IsNull(value) ? String.Empty : (string) value;
11 references to XmlSchemaCollectionName
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);
443
typeSpecificNamePart3 = this.
XmlSchemaCollectionName
;
1804
!ADP.IsEmpty(p.XmlSchemaCollectionOwningSchema) || !ADP.IsEmpty(p.
XmlSchemaCollectionName
)) {
1859
p.
XmlSchemaCollectionName
};
fx\src\data\System\Data\SqlClient\TdsParser.cs (6)
8466
((param.
XmlSchemaCollectionName
!= null) && (param.
XmlSchemaCollectionName
!= ADP.StrEmpty))) {
8486
if ((param.
XmlSchemaCollectionName
!= null) && (param.
XmlSchemaCollectionName
!= ADP.StrEmpty)) {
8487
tempLen = (param.
XmlSchemaCollectionName
).Length;
8489
WriteString(param.
XmlSchemaCollectionName
, tempLen, 0, stateObj);