Esempio n. 1
0
 public static void CreateParameter(IDbCommand cmd, string name, object value)
 {
     DBRecord.CreateParameter(cmd, name, value);
 }