Skip to content

Inject handler - Critera issue #7261

Discussion options

You must be logged in to vote

My bad.

  var fld = MyRow.Fields;
      BaseCriteria crt = new Criteria(fld.EntityFld.Name).In(4,5,6,7);

      List<MyRow> ResponseList = hadler.List(connection, new ListRequest
      {
          Criteria = crt,
          IncludeColumns = new HashSet<string> { "columnName" }
      }).Entities;

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dfaruque
Comment options

Answer selected by Julian1993ARG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants