Ejemplo n.º 1
0
 public Task <int> ExecuteBatchAsync(CancellationToken cancellationToken)
 {
     return(ReflectedFunc <SqlDataAdapter, _ExecuteBatchAsync, CancellationToken, Task <Int32> > .Invoke(this.adapter, cancellationToken));
 }
Ejemplo n.º 2
0
 public IDataParameter GetBatchedParameter(int commandIdentifier, int parameterIndex)
 {
     return(ReflectedFunc <SqlDataAdapter, _GetBatchedParameter, Int32, Int32, IDataParameter> .Invoke(this.adapter, commandIdentifier, parameterIndex));
 }
Ejemplo n.º 3
0
 public int AddToBatch(DbCommand command)
 {
     return(ReflectedFunc <SqlDataAdapter, _AddToBatch, DbCommand, Int32> .Invoke(this.adapter, command));
 }