Add SqlFunc.GetSelfAndAutoFill

This commit is contained in:
sunkaixuan
2017-07-17 12:56:21 +08:00
parent cf71763d53
commit c74d460885
8 changed files with 63 additions and 19 deletions

View File

@@ -15,4 +15,8 @@ namespace OrmTest.Models
public string Name { get; set; }
public Student Student { get; set; }
}
public class ViewModelStudent3: Student
{
public string SchoolName { get; set; }
}
}