select * from table1 with(index=IX_table1_1)
Linq to sql使用ado.net实体想写上面的代码.我特别找不到实体,使用索引.
var querysample = from a in db.table1 select a;
c# linq sql-server entity-framework c#-4.0
c# ×1
c#-4.0 ×1
entity-framework ×1
linq ×1
sql-server ×1