Home
last modified time | relevance | path

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

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/Test/System.Data.SqlClient/
H A DSqlCommandBuilderTest.cs46 SqlCommandBuilder cb = new SqlCommandBuilder (); in CatalogLocationTest()
58 SqlCommandBuilder cb = new SqlCommandBuilder (); in CatalogLocation_Value_Invalid()
96 SqlCommandBuilder cb = new SqlCommandBuilder (); in CatalogSeparator()
114 SqlCommandBuilder cb = new SqlCommandBuilder (); in CatalogSeparator_Value_Invalid()
138 SqlCommandBuilder cb = new SqlCommandBuilder (); in ConflictOptionTest()
150 SqlCommandBuilder cb = new SqlCommandBuilder (); in ConflictOption_Value_Invalid()
243 SqlCommandBuilder cb = new SqlCommandBuilder (); in QuoteIdentifier_UnquotedIdentifier_Null()
261 SqlCommandBuilder cb = new SqlCommandBuilder (); in QuotePrefix()
287 SqlCommandBuilder cb = new SqlCommandBuilder (); in QuotePrefix_Value_Invalid()
309 SqlCommandBuilder cb = new SqlCommandBuilder (); in QuoteSuffix()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/Test/ProviderTests/System.Data.SqlClient/
H A DSqlCommandBuilderTest.cs139 SqlCommandBuilder cb = new SqlCommandBuilder (da); in GetInsertCommand1_Expression()
218 SqlCommandBuilder cb = new SqlCommandBuilder (da); in GetUpdateCommand1()
278 SqlCommandBuilder cb = new SqlCommandBuilder (da); in GetUpdateCommand1_AutoIncrement()
491 SqlCommandBuilder cb = new SqlCommandBuilder (da); in GetUpdateCommandDBConcurrencyExceptionTest()
522 SqlCommandBuilder cb = new SqlCommandBuilder (da); in GetDeleteCommandDBConcurrencyExceptionTest()
558 SqlCommandBuilder cb = new SqlCommandBuilder (da); in GetDeleteCommand1()
617 SqlCommandBuilder cb = new SqlCommandBuilder (da); in GetDeleteCommand1_AutoIncrement()
774 SqlCommandBuilder cb = new SqlCommandBuilder (); in DefaultProperties()
913 SqlCommandBuilder cb = new SqlCommandBuilder (da); in QuotePrefix_DeleteCommand_Generated()
947 SqlCommandBuilder cb = new SqlCommandBuilder (da); in QuotePrefix_InsertCommand_Generated()
[all …]
H A DSqlDataAdapterTest.cs87 SqlCommandBuilder builder = new SqlCommandBuilder (adapter); in Update_DeleteRow()
135 SqlCommandBuilder builder = new SqlCommandBuilder (adapter); in Update_InsertRow()
184 SqlCommandBuilder builder = new SqlCommandBuilder (adapter); in Update_UpdateRow()
H A DSqlCommandTest.cs2647 SqlCommandBuilder.DeriveParameters (cmd); in DeriveParameterTest_FullSchema()
2690 SqlCommandBuilder.DeriveParameters (cmd); in DeriveParameterTest_SPName()
2732 SqlCommandBuilder.DeriveParameters (cmd); in DeriveParameterTest_UserSchema()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/System.Data.SqlClient/
H A DSqlCommandBuilder.platformnotsupported.cs12 public class SqlCommandBuilder : DbCommandBuilder class
16 public SqlCommandBuilder () in SqlCommandBuilder() method in System.Data.SqlClient.SqlCommandBuilder
19 public SqlCommandBuilder (SqlDataAdapter adapter)
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/
H A DSqlCommandBuilder.cs15 public sealed class SqlCommandBuilder : DbCommandBuilder class
17 public SqlCommandBuilder() : base() in SqlCommandBuilder() method in System.Data.SqlClient.SqlCommandBuilder
24 public SqlCommandBuilder(SqlDataAdapter adapter) : this() in SqlCommandBuilder() method in System.Data.SqlClient.SqlCommandBuilder
H A DSqlClientFactory.cs24 return new SqlCommandBuilder(); in CreateCommandBuilder()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A DSqlCommandBuilder.cs24 public sealed class SqlCommandBuilder : DbCommandBuilder { class
26 public SqlCommandBuilder() : base() { in SqlCommandBuilder() method in System.Data.SqlClient.SqlCommandBuilder
32 public SqlCommandBuilder(SqlDataAdapter adapter) : this() { in SqlCommandBuilder() method in System.Data.SqlClient.SqlCommandBuilder
H A DSqlClientFactory.cs36 return new SqlCommandBuilder(); in CreateCommandBuilder()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Linq/SqlClient/Query/
H A DSqlIdentifier.cs16 private static SqlCommandBuilder builder = new SqlCommandBuilder();
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/SQL/SqlSchemaInfoTest/
H A DSqlSchemaInfoTest.cs40 using (SqlCommandBuilder commandBuilder = new SqlCommandBuilder()) in TestCommandBuilder()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/SQL/AdapterTest/
H A DAdapterTest.cs1016 SqlCommandBuilder builder = new SqlCommandBuilder(adapter); in AutoGenUpdateTest()
1083 SqlCommandBuilder builder = new SqlCommandBuilder(adapter); in AutoGenErrorTest()
1129 SqlCommandBuilder builder = new SqlCommandBuilder(adapter); in AutoGenBulkUpdateTest()
1215 () => SqlCommandBuilder.DeriveParameters(cmd), in TestDeriveParameters()
1221 () => SqlCommandBuilder.DeriveParameters(cmd), in TestDeriveParameters()
1226 SqlCommandBuilder.DeriveParameters(cmd); in TestDeriveParameters()
1232 () => SqlCommandBuilder.DeriveParameters(cmd), in TestDeriveParameters()
1236 SqlCommandBuilder.DeriveParameters(cmd); in TestDeriveParameters()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/
H A Dmonotouch_watch_System.Data.dll.sources6 System.Data.SqlClient/SqlCommandBuilder.platformnotsupported.cs
H A Dmonotouch_watch_System.Data.dll.exclude.sources6 ../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlCommandBuilder.cs
H A Dcorefx.common.sources382 ../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlCommandBuilder.cs
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/
H A DUdtTest.cs194 SqlCommandBuilder builder = new SqlCommandBuilder(adapter); in UpdateTest()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/ref/
H A DSystem.Data.SqlClient.cs423 public sealed class SqlCommandBuilder : System.Data.Common.DbCommandBuilder class
425 public SqlCommandBuilder() { } in SqlCommandBuilder() method in System.Data.SqlClient.SqlCommandBuilder
426 public SqlCommandBuilder(SqlDataAdapter adapter) { } in SqlCommandBuilder() method in System.Data.SqlClient.SqlCommandBuilder
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.Data.cs3082 public sealed partial class SqlCommandBuilder : System.Data.Common.DbCommandBuilder class
3084 public SqlCommandBuilder() { } in SqlCommandBuilder() method in System.Data.SqlClient.SqlCommandBuilder
3085 public SqlCommandBuilder(System.Data.SqlClient.SqlDataAdapter adapter) { } in SqlCommandBuilder() method in System.Data.SqlClient.SqlCommandBuilder
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.Data.cs3082 public sealed partial class SqlCommandBuilder : System.Data.Common.DbCommandBuilder class
3084 public SqlCommandBuilder() { } in SqlCommandBuilder() method in System.Data.SqlClient.SqlCommandBuilder
3085 public SqlCommandBuilder(System.Data.SqlClient.SqlDataAdapter adapter) { } in SqlCommandBuilder() method in System.Data.SqlClient.SqlCommandBuilder
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Data.cs4099 public sealed partial class SqlCommandBuilder : System.Data.Common.DbCommandBuilder class
4101 public SqlCommandBuilder() { } in SqlCommandBuilder() method in System.Data.SqlClient.SqlCommandBuilder
4102 public SqlCommandBuilder(System.Data.SqlClient.SqlDataAdapter adapter) { } in SqlCommandBuilder() method in System.Data.SqlClient.SqlCommandBuilder
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Data.cs4115 public sealed partial class SqlCommandBuilder : System.Data.Common.DbCommandBuilder class
4117 public SqlCommandBuilder() { } in SqlCommandBuilder() method in System.Data.SqlClient.SqlCommandBuilder
4118 public SqlCommandBuilder(System.Data.SqlClient.SqlDataAdapter adapter) { } in SqlCommandBuilder() method in System.Data.SqlClient.SqlCommandBuilder
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Data.cs4069 public sealed partial class SqlCommandBuilder : System.Data.Common.DbCommandBuilder class
4071 public SqlCommandBuilder() { } in SqlCommandBuilder() method in System.Data.SqlClient.SqlCommandBuilder
4072 public SqlCommandBuilder(System.Data.SqlClient.SqlDataAdapter adapter) { } in SqlCommandBuilder() method in System.Data.SqlClient.SqlCommandBuilder
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Data.cs4067 public sealed partial class SqlCommandBuilder : System.Data.Common.DbCommandBuilder class
4069 public SqlCommandBuilder() { } in SqlCommandBuilder() method in System.Data.SqlClient.SqlCommandBuilder
4070 public SqlCommandBuilder(System.Data.SqlClient.SqlDataAdapter adapter) { } in SqlCommandBuilder() method in System.Data.SqlClient.SqlCommandBuilder
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Data.cs4069 public sealed partial class SqlCommandBuilder : System.Data.Common.DbCommandBuilder class
4071 public SqlCommandBuilder() { } in SqlCommandBuilder() method in System.Data.SqlClient.SqlCommandBuilder
4072 public SqlCommandBuilder(System.Data.SqlClient.SqlDataAdapter adapter) { } in SqlCommandBuilder() method in System.Data.SqlClient.SqlCommandBuilder
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Data.cs3943 public sealed partial class SqlCommandBuilder : System.Data.Common.DbCommandBuilder class
3945 public SqlCommandBuilder() { } in SqlCommandBuilder() method in System.Data.SqlClient.SqlCommandBuilder
3946 public SqlCommandBuilder(System.Data.SqlClient.SqlDataAdapter adapter) { } in SqlCommandBuilder() method in System.Data.SqlClient.SqlCommandBuilder

12