摘要:
select col.table_name,col.column_name from information_schema.table_constraints tab, information_schema.constraint_column_usage col where col.constrai 阅读全文
摘要:
添加下面这个类 public static class GetAllAttribute<T> where T : class { public static string Names; public static string Values; public static ArrayList arra 阅读全文