摘要:
Source link: Validating multiple properties with FluentValidation | The Codetripper (wordpress.com) public class FooBarRequestValidator : AbstractVali 阅读全文
摘要:
--查看所有表数据行数SELECT c.TABLE_SCHEMA,c.TABLE_TYPE,a.name, b.rows FROM sysobjects AS a INNER JOIN sysindexes AS b ON a.id = b.id INNER JOIN INFORMATION_SCH 阅读全文
摘要:
一、通过静态类的静态方法进行扩展 静态类ClassExtensions为扩展类,实现了对应类Employee和Dependent的扩展方法。 实体类Employee public partial class Employee { public string EmployeeNo { get; set 阅读全文