ORM Sample Class Library

DataManagerBase.CriteriaGroup.And Method (JoinPathRelation, Object)

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

[Visual Basic]
Overloads Public Function And( _
   ByVal JoinPath As JoinPathRelation, _
   ByVal data As Object _
) As CriteriaGroup
[C#]
public CriteriaGroup And(
   JoinPathRelation JoinPath,
   object data
);

Parameters

JoinPath
The Join Path to the column.
data
Data to compare column to.

Return Value

This CriteriaGroup

See Also

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


hRelation, Object, MatchType)">Send comments on this topic.

Copyright Olero Software Inc. 2002-2004

Generated from assembly OrmLib [1.6.2.29984]

er">