Replies: 1 comment
-
fsql.Insert(item).InsertIdentity().ExecuteAffrows(); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
特性:
[JsonProperty, Column(Name = "id", IsPrimary = true, IsIdentity = true)]
mysql,sqlite 在手寫sql的情況下,是支持自增字段手動插入值的
Beta Was this translation helpful? Give feedback.
All reactions