コード例 #1
0
 public void AddParameter(DbCommand cmd, string name, DbType type, ParameterDirection direction, object value)
 {
     SqlDatabaseHelper.AddParameter(cmd, name, type, direction, value);
 }