Home
last modified time | relevance | path

Searched refs:XmlSchemaCollectionName (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/Test/ProviderTests/System.Data.SqlClient/
H A DSqlCommandBuilderTest.cs1133 …Assert.AreEqual (string.Empty, param.XmlSchemaCollectionName, prefix + "XmlSchemaCollectionName (0… in AssertDeleteParameters()
1157 …Assert.AreEqual (string.Empty, param.XmlSchemaCollectionName, prefix + "XmlSchemaCollectionName (2… in AssertDeleteParameters()
1180 …Assert.AreEqual (string.Empty, param.XmlSchemaCollectionName, prefix + "XmlSchemaCollectionName (3… in AssertDeleteParameters()
1203 …Assert.AreEqual (string.Empty, param.XmlSchemaCollectionName, prefix + "XmlSchemaCollectionName (4… in AssertDeleteParameters()
1235 …Assert.AreEqual (string.Empty, param.XmlSchemaCollectionName, prefix + "XmlSchemaCollectionName (0… in AssertInsertParameters()
1258 …Assert.AreEqual (string.Empty, param.XmlSchemaCollectionName, prefix + "XmlSchemaCollectionName (1… in AssertInsertParameters()
1281 …Assert.AreEqual (string.Empty, param.XmlSchemaCollectionName, prefix + "XmlSchemaCollectionName (2… in AssertInsertParameters()
1313 …Assert.AreEqual (string.Empty, param.XmlSchemaCollectionName, prefix + "XmlSchemaCollectionName (0… in AssertUpdateParameters()
1336 …Assert.AreEqual (string.Empty, param.XmlSchemaCollectionName, prefix + "XmlSchemaCollectionName (1… in AssertUpdateParameters()
1359 …Assert.AreEqual (string.Empty, param.XmlSchemaCollectionName, prefix + "XmlSchemaCollectionName (2… in AssertUpdateParameters()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/Test/System.Data.SqlClient/
H A DSqlParameterTest.cs69 Assert.AreEqual (string.Empty, p.XmlSchemaCollectionName, "XmlSchemaCollectionName"); in Constructor1()
180 Assert.AreEqual ("name", p1.XmlSchemaCollectionName, "XmlSchemaCollectionName"); in Constructor7()
1580 Assert.AreEqual (String.Empty, p1.XmlSchemaCollectionName, in XmlSchemaTest()
1589 Assert.AreEqual (String.Empty, p1.XmlSchemaCollectionName, in XmlSchemaTest()
1594 p1.XmlSchemaCollectionName = "name"; in XmlSchemaTest()
1597 Assert.AreEqual ("name", p1.XmlSchemaCollectionName, in XmlSchemaTest()
1605 Assert.AreEqual ("name", p1.XmlSchemaCollectionName, in XmlSchemaTest()
1614 Assert.AreEqual ("name", p1.XmlSchemaCollectionName, in XmlSchemaTest()
1619 p1.XmlSchemaCollectionName = ""; in XmlSchemaTest()
1622 Assert.AreEqual ("", p1.XmlSchemaCollectionName, in XmlSchemaTest()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A DSqlParameter.cs263 public string XmlSchemaCollectionName { property in System.Data.SqlClient.SqlParameter
351 …XmlSchemaCollectionDatabase, XmlSchemaCollectionOwningSchema, XmlSchemaCollectionName, mt.IsPlp, _…
443 typeSpecificNamePart3 = this.XmlSchemaCollectionName; in MetaDataForSmi()
1804 … !ADP.IsEmpty(p.XmlSchemaCollectionOwningSchema) || !ADP.IsEmpty(p.XmlSchemaCollectionName)) { in ConvertToInstanceDescriptor()
1859 p.XmlSchemaCollectionName}; in ConvertToInstanceDescriptor()
H A DSqlDataReaderSmi.cs507 …DataColumn XmlSchemaCollectionName = new DataColumn("XmlSchemaCollectionName", … in GetSchemaTable()
544 columns.Add(XmlSchemaCollectionName); in GetSchemaTable()
707 … schemaRow[XmlSchemaCollectionName] = colMetaData.TypeSpecificNamePart3; in GetSchemaTable()
H A DSqlCommand.cs2652 XmlSchemaCollectionName, enumerator
2907 value = r[colNames[(int)ProcParamsColIndex.XmlSchemaCollectionName]];
2908 … p.XmlSchemaCollectionName = ADP.IsNull(value) ? String.Empty : (string) value;
3722 …XmlSchemaCollectionDatabase, param.XmlSchemaCollectionOwningSchema, param.XmlSchemaCollectionName);
H A DSqlDataReader.cs466 …DataColumn XmlSchemaCollectionName = new DataColumn("XmlSchemaCollectionName", … in BuildSchemaTable()
503 columns.Add(XmlSchemaCollectionName); in BuildSchemaTable()
575 schemaRow[XmlSchemaCollectionName] = col.xmlSchemaCollectionName; in BuildSchemaTable()
H A DTdsParser.cs8394 … ((param.XmlSchemaCollectionName != null) && (param.XmlSchemaCollectionName != ADP.StrEmpty))) {
8414 … if ((param.XmlSchemaCollectionName != null) && (param.XmlSchemaCollectionName != ADP.StrEmpty)) {
8415 tempLen = (param.XmlSchemaCollectionName).Length;
8417 … WriteString(param.XmlSchemaCollectionName, tempLen, 0, stateObj);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/
H A DSqlParameter.cs168 this.XmlSchemaCollectionName = xmlSchemaCollectionName; in SqlParameter()
256 public string XmlSchemaCollectionName property in System.Data.SqlClient.SqlParameter
414 typeSpecificNamePart3 = this.XmlSchemaCollectionName; in MetaDataForSmi()
1974 …NullOrEmpty(p.XmlSchemaCollectionOwningSchema) || !string.IsNullOrEmpty(p.XmlSchemaCollectionName)) in ConvertToInstanceDescriptor()
2033 p.XmlSchemaCollectionName}; in ConvertToInstanceDescriptor()
H A DSqlCommand.cs1921 XmlSchemaCollectionName, enumerator
2183 value = r[colNames[(int)ProcParamsColIndex.XmlSchemaCollectionName]]; in DeriveParameters()
2184 … p.XmlSchemaCollectionName = ADP.IsNull(value) ? String.Empty : (string)value; in DeriveParameters()
H A DTdsParser.cs7212 … ((param.XmlSchemaCollectionName != null) && (param.XmlSchemaCollectionName != ADP.StrEmpty))) in TdsExecuteRPC()
7238 … if ((param.XmlSchemaCollectionName != null) && (param.XmlSchemaCollectionName != ADP.StrEmpty)) in TdsExecuteRPC()
7240 tempLen = (param.XmlSchemaCollectionName).Length; in TdsExecuteRPC()
7242 … WriteString(param.XmlSchemaCollectionName, tempLen, 0, stateObj); in TdsExecuteRPC()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/System.Data.SqlClient/
H A DSqlParameter.platformnotsupported.cs81 public string XmlSchemaCollectionName property in System.Data.SqlClient.SqlParameter
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/ref/
H A DSystem.Data.SqlClient.cs175 public string XmlSchemaCollectionName { get { throw null; } } property in Microsoft.SqlServer.Server.SqlMetaData
772 public string XmlSchemaCollectionName { get { throw null; } set { } } property in System.Data.SqlClient.SqlParameter
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/Microsoft/SqlServer/Server/
H A DMetadataUtilsSmi.cs468 typeSpecificNamePart3 = source.XmlSchemaCollectionName; in SqlMetaDataToSmiExtendedMetaData()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/Microsoft/SqlServer/Server/
H A DMetadataUtilsSmi.cs522 typeSpecificNamePart3 = source.XmlSchemaCollectionName; in SqlMetaDataToSmiExtendedMetaData()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/SQL/ParameterTest/
H A DTvpTest.cs1368 Console.WriteLine(" XmlSchemaCollectionName: {0}", param.XmlSchemaCollectionName); in DumpSqlParam()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Sql/
H A DSqlMetaData.cs378 public string XmlSchemaCollectionName { property in Microsoft.SqlServer.Server.SqlMetaData
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/Sql/
H A DSqlMetaData.cs379 public string XmlSchemaCollectionName property in Microsoft.SqlServer.Server.SqlMetaData
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.Data.cs193 public string XmlSchemaCollectionName { get { throw null; } } property in Microsoft.SqlServer.Server.SqlMetaData
3491 public string XmlSchemaCollectionName { get { throw null; } set { } } property in System.Data.SqlClient.SqlParameter
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.Data.cs193 public string XmlSchemaCollectionName { get { throw null; } } property in Microsoft.SqlServer.Server.SqlMetaData
3491 public string XmlSchemaCollectionName { get { throw null; } set { } } property in System.Data.SqlClient.SqlParameter
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Data.cs215 public string XmlSchemaCollectionName { get { throw null; } } property in Microsoft.SqlServer.Server.SqlMetaData
4667 public string XmlSchemaCollectionName { get { throw null; } set { } } property in System.Data.SqlClient.SqlParameter
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Data.cs215 public string XmlSchemaCollectionName { get { throw null; } } property in Microsoft.SqlServer.Server.SqlMetaData
4684 public string XmlSchemaCollectionName { get { throw null; } set { } } property in System.Data.SqlClient.SqlParameter
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Data.cs214 public string XmlSchemaCollectionName { get { throw null; } } property in Microsoft.SqlServer.Server.SqlMetaData
4611 public string XmlSchemaCollectionName { get { throw null; } set { } } property in System.Data.SqlClient.SqlParameter
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Data.cs214 public string XmlSchemaCollectionName { get { throw null; } } property in Microsoft.SqlServer.Server.SqlMetaData
4607 public string XmlSchemaCollectionName { get { throw null; } set { } } property in System.Data.SqlClient.SqlParameter
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Data.cs214 public string XmlSchemaCollectionName { get { throw null; } } property in Microsoft.SqlServer.Server.SqlMetaData
4611 public string XmlSchemaCollectionName { get { throw null; } set { } } property in System.Data.SqlClient.SqlParameter
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Data.cs93 public string XmlSchemaCollectionName { get { throw null; } } property in Microsoft.SqlServer.Server.SqlMetaData
4447 public string XmlSchemaCollectionName { get { throw null; } set { } } property in System.Data.SqlClient.SqlParameter

12