Example #1
0
 public void ConfigureCommand(NpgsqlCommand command)
 {
     _query.ConfigureAny(command);
 }
Example #2
0
 public void ConfigureCommand(CommandBuilder builder)
 {
     _query.ConfigureAny(builder);
 }