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