Пример #1
0
 public static IDbCommand GetCommand(IStatement statement)
 {
     return(Provider.GetCommand(statement, ConnectionString));
 }