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