12 references to BatchCommand
System.Data (12)
fx\src\data\System\Data\SqlClient\SqlCommandSet.cs (12)
85
BatchCommand
.CommandTimeout = value;
91
return
BatchCommand
.Connection;
94
BatchCommand
.Connection = value;
103
BatchCommand
.Transaction = value;
228
DbCommand batchCommand =
BatchCommand
;
260
BatchCommand
.BatchRPCMode = true;
261
BatchCommand
.ClearBatchCommand();
262
BatchCommand
.Parameters.Clear();
265
BatchCommand
.AddBatchCommand(cmd.CommandText, cmd.Parameters, cmd.CmdType, cmd.ColumnEncryptionSetting);
267
return
BatchCommand
.ExecuteBatchRPCCommand();
279
error =
BatchCommand
.GetErrors(commandIdentifier);
280
int? affected =
BatchCommand
.GetRecordsAffected(commandIdentifier);