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