我正在将 SubSonic 与 Sqlite 数据库一起使用,一切都运行良好,但其中一件事不是 Scaffold 组件中的WhereExpression。我无法让它工作。WhereExpression="Emember=true" 表名="blah" >
还有其他人有这个问题吗?
我正在将 SubSonic 与 Sqlite 数据库一起使用,一切都运行良好,但其中一件事不是 Scaffold 组件中的WhereExpression。我无法让它工作。WhereExpression="Emember=true" 表名="blah" >
还有其他人有这个问题吗?
Never had the problem. I always like to bind in a method on a code behind, that way I can control the binding process.
The syntax is similar to below.
Dim sublist as new SubSonic.SqlQuery().From("Table").Where("ColumnName").IsEqualTo("Value").ExecuteList()
我相信我们在最近的补丁中修复了这个问题(我相信来自你!)。你能帮我拉一下最新的(我认为是rev 509),看看它是否能解决你的问题?