SubSonic Forums
All Your Database Are Belong To Us

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • BuildSQLStatement

    Hello All! I am trying to create a dynamic sql statement so I can add it to a sqldatasource object. Here is my code: SqlQuery s = new Select().From(namespace.Account.Schema); s.WhereExpression("state").IsEqualTo("FL").; string sql = s.BuildSqlStatement(); Problem: The where clause...
    Posted to Getting Started (Forum) by vzaffiro on 03-25-2008
Page 1 of 1 (1 items)