ICriteria Methods |
The ICriteria type exposes the following members.
Name | Description | |
---|---|---|
![]() | _Clear | Remove all the elements in the collection |
![]() | _Remove | Remove an item by id |
![]() | Add | Add the criterion |
![]() | Exists | Returns true if the given item exists in the collection |
![]() | GetCriterion | Get an existing criterion for a regular field. TableAndFieldName returnvalue is on the format 'tablename.fieldname' |
![]() | GetEnumerator | |
![]() | GetUdefCriterion | Get an existing criterion for a userdefined field |
![]() | NewCriterion | Create a new criterion for a regular field. TableAndFieldName parameter is on the format 'tablename.fieldname' |
![]() | NewUdefCriterion | Create a new criterion for a userdefined field |
![]() | Remove | Remove the criterion |
![]() | RemoveCriterion | Remove the criterion for a regular field. TableAndFieldName parameter is on the format 'tablename.fieldname' |
![]() | RemoveUdefCriterion | Remove the criterion for a userdefined field |
![]() | Save | Save all the criteria |
![]() | Update | Update the criterion |