摘要:
自定义的ValidationAttribute类, Compare public class MyValiueAttribute:ValidationAttribute { public MyValiueAttribute() { } protected override ValidationRes 阅读全文
摘要:
//查询表的字段名和字段类型select column_name,data_type from information_schema.columns where table_name = '表名' //查询数据库对应的所有表名select [id], [name] from [sysobjects] 阅读全文