ORM Sample Class Library

DataManagerBase.CriteriaGroup.And Method (CriteriaGroup)

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

[Visual Basic]
Overloads Public Function And( _
   ByVal cg As CriteriaGroup _
) As CriteriaGroup
[C#]
public CriteriaGroup And(
   CriteriaGroup cg
);

Parameters

cg
The CriteriaGroup to add.

Return Value

This CriteriaGroup

See Also

DataManagerBase.CriteriaGroup Class | OrmLib Namespace | DataManagerBase.CriteriaGroup.And Overload List


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">