The EntitySpaces Community

Share and learn about the EntitySpaces Architecture.
Welcome to The EntitySpaces Community Sign in | Join | Help
in
Home Forums Photos

Browse by Tags

All Tags » Meta.Columns
  • IN Statement with Parmaters - Convert error

    I'm trying to implement a cached where clause with parameters that get converted to esParameters. Code:ItemFilter filter = new ItemFilter(); filter.WhereClause = ''[issueType_id] IN (@issueList)''; filter.AddParameter(''issueList'', ''2,3,5,6,7,8,9''); filter.Save(); IssueCollection coll = new IssueCollection(); ...
    Posted to Dynamic Query API (Forum) by stevenmoberg on April 9, 2008
  • Defining Runtime whereCondition column names and values from strings

    Hello all, I am trying to create a function that accepts an entity collection populated with certain data that will be used in turn to create a where clause that is based off the populated field/column name and its value. My current code receives a collection loop through it looking for fields that have data and extracting a field name as a ...
    Posted to Dynamic Query API (Forum) by GabeHarris on August 29, 2007