Пример #1
0
 public ExecuteNonQueryResult ExecuteNonQuery()
 {
     _config.Configure(_command);
     return(new ExecuteNonQueryResult(_adap));
 }