ORM Sample Class Library

DataManagerBase.CriteriaGroup.And Method

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

Overload List

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

public CriteriaGroup And(CriteriaGroup);

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

public CriteriaGroup And(JoinPathRelation,object);

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

public CriteriaGroup And(JoinPathRelation,object,MatchType);

See Also

DataManagerBase.CriteriaGroup Class | OrmLib Namespace


/object>
p.And method">
hRelation, Object, MatchType)">Send comments on this topic.

Copyright Olero Software Inc. 2002-2004

Generated from assembly OrmLib [1.6.2.29984]

er">