我有一个带有 [Version] 列的 [Updates] 表,该表在 sql server 中存储为 varchar,在我的实体中存储为字符串。
如何覆盖该特定列的默认比较器?
我有一个带有 [Version] 列的 [Updates] 表,该表在 sql server 中存储为 varchar,在我的实体中存储为字符串。
如何覆盖该特定列的默认比较器?
您可以使用 LINQ 将Order By
运算符添加到您用于在方法中创建表的查询中_PreprocessQuery
。
_PreprocessQuery
我在这个 SO 问题中详细介绍了如何编写方法: Is there a way to create a search screen in Lightswitch based on a dropdown
然后查看 MSDN 中的排序运算符示例,以根据需要对列进行排序: