JohnWu

Results 2 issues of JohnWu

help wanted
good first issue
feature

```c# [Table(Name = "CodeFirstEntity")] public class CodeFirstEntity { [Column(Name = "id", IsPrimary = true)] public long Id { get; set; } [Column(Name = "identity", IsIdentity = true, CanInsert = false)]...