1

我正在将 SubSonic 与 Sqlite 数据库一起使用,一切都运行良好,但其中一件事不是 Scaffold 组件中的WhereExpression。我无法让它工作。WhereExpression="Emember=true" 表名="blah" >

还有其他人有这个问题吗?

4

2 回答 2

0

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()
于 2009-04-07T01:04:56.767 回答
0

我相信我们在最近的补丁中修复了这个问题(我相信来自你!)。你能帮我拉一下最新的(我认为是re​​v 509),看看它是否能解决你的问题?

于 2009-04-09T19:07:52.657 回答