Exemplo n.º 1
0
 public DatabaseCommand ToPreparedCommand(DatabaseConnection connection)
 {
     return(connection.CreateCommand(ToSql(), true));
 }
Exemplo n.º 2
0
 public DatabaseCommand ToCommand(DatabaseConnection connection)
 {
     return(connection.CreateCommand(ToSql(), false));
 }