Exemplo n.º 1
0
 public static T DownCastCommand <T>(this T command) where T : IDbCommand
 {
     return(DownCaster <T> .DownCast(command));
 }
Exemplo n.º 2
0
 public static T DownCastConnection <T>(this T connection) where T : IDbConnection
 {
     return(DownCaster <T> .DownCast(connection));
 }