コード例 #1
0
ファイル: Downcaster.cs プロジェクト: DIPSAS/Dapper.Oracle
 public static T DownCastCommand <T>(this T command) where T : IDbCommand
 {
     return(DownCaster <T> .DownCast(command));
 }
コード例 #2
0
ファイル: Downcaster.cs プロジェクト: DIPSAS/Dapper.Oracle
 public static T DownCastConnection <T>(this T connection) where T : IDbConnection
 {
     return(DownCaster <T> .DownCast(connection));
 }