ORM Sample Class Library

DataManagerBase.CriteriaGroup.Or Method

Adds a CriteriaGroup to this CriteriaGroup, joining it with an 'or' clause

Overload List

Adds a CriteriaGroup to this CriteriaGroup, joining it with an 'or' clause

public CriteriaGroup Or(CriteriaGroup);

Adds criteria to the group - maps to an ' or [Table].[Column] [MatchType] [data] ' in SQL. Uses MatchType.Exact

public CriteriaGroup Or(JoinPathRelation,object);

Adds criteria to the group - maps to an ' or [Table].[Column] [MatchType] [data] ' in SQL

public CriteriaGroup Or(JoinPathRelation,object,MatchType);

See Also

DataManagerBase.CriteriaGroup Class | OrmLib Namespace


">
value="DataManagerBase.CriteriaGroup.Or method">
hRelation, Object, MatchType)">Send comments on this topic.

Copyright Olero Software Inc. 2002-2004

Generated from assembly OrmLib [1.6.2.29984]

d" value="Greater enumeration member">