HasIndex这个FluentApi操作被删掉了? #1408
coolqingcheng
started this conversation in
General
Replies: 1 comment
-
EF 风格的 API 都封装在 FreeSql.DbContext.dll 里面 |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
目前最新版只找到Index方法。但是Index不支持(a=>new {field}这种操作。
写字符串的话,容易搞错,
希望恢复 eb.HasIndex(a => a.Title).IsUnique().HasName("idx_tb_song1111");
Beta Was this translation helpful? Give feedback.
All reactions