public string GetFieldCheckSql(FieldCheckType checktype, int length, int pricesion, int scale, double minvalue, double maxvalue) { string s = ""; switch (checktype) { case FieldCheckType.Length: break; case FieldCheckType.PrecisionAndScale: break; case FieldCheckType.Range: break; default: break; } return(s); }
public string GetFieldCheckSql(FieldCheckType checktype, int length, int pricesion, int scale, double minvalue, double maxvalue) { throw new NotImplementedException(); }