摘要:
一、子类 构造函数 未加 :base(参数1,参数2 。。。) 会 直接调用 父类 不带参构造函数 ; 二、子类 构造函数 加 :base(参数1,参数2 。。。) ,会根据 base括号中 参数个数 和 参数类型,参数顺序,调用 父类中特定 的 构造函数; 。 阅读全文
摘要:
. --包含 f 或者 包含a select * from TableDetail where FileNames like '%[FA]%' AND TableName ='Sys_Roles'; --包含 or 或者 ar select * from TableDetail where File 阅读全文