Home
last modified time | relevance | path

Searched refs:BatchRPCMode (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A DSqlCommand.cs3559 if (BatchRPCMode) {
3683 if (BatchRPCMode) {
3708 if (BatchRPCMode) {
3782 if (BatchRPCMode) {
3846 if (BatchRPCMode) {
3944 if (BatchRPCMode) {
3953 if (!BatchRPCMode) {
4804 if (BatchRPCMode) {
4841 if (BatchRPCMode) {
4888 if (BatchRPCMode) {
[all …]
H A DSqlCommandSet.cs260 BatchCommand.BatchRPCMode = true; in ExecuteNonQuery()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/
H A DSqlCommand.cs2927 if (BatchRPCMode) in OnDoneProc()
2966 if (BatchRPCMode) in OnReturnStatus()
3107 if (BatchRPCMode) in GetCurrentParameterCollection()
3420 … string paramList = BuildParamList(_stateObj.Parser, BatchRPCMode ? parameters : _parameters); in BuildExecuteSql()
3755 internal bool BatchRPCMode property in System.Data.SqlClient.SqlCommand
3785 Debug.Assert(BatchRPCMode, "Command is not in batch RPC Mode"); in AddBatchCommand()
3815 Debug.Assert(BatchRPCMode, "Command is not in batch RPC Mode"); in ExecuteBatchRPCCommand()
3825 Debug.Assert(BatchRPCMode, "Command is not in batch RPC Mode"); in GetRecordsAffected()
H A DSqlCommandSet.cs264 BatchCommand.BatchRPCMode = true; in ExecuteNonQuery()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/System.Data.SqlClient/
H A DSqlCommand.platformnotsupported.cs230 internal bool BatchRPCMode { property in System.Data.SqlClient.SqlCommand