Replies: 1 comment 4 replies
-
是的,ado 不属于映射范围,请使用 sql as 解决。 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
fsql.Ado.Query("select * from account_user")
[Table(Name = "account_user")]
public class User
{
[Column(IsPrimary = true, IsIdentity = true)]
public long ID { get; set; }
}
Beta Was this translation helpful? Give feedback.
All reactions