예제 #1
0
 public static MethodInfo ExecuteScalarImpl <T>(ref CommandDefinition command) =>
 Method <T>("ExecuteScalarImpl", CommandDefinition.MakeByRefType());
예제 #2
0
 public static MethodInfo ExecuteImpl <T>(ref CommandDefinition a) =>
 Method("ExecuteImpl", CommandDefinition.MakeByRefType());