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