ORM Sample Class Library

DataManagerBase.CriteriaGroup.And Method (JoinPathRelation, Object, MatchType)

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

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

Parameters

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

Return Value

This CriteriaGroup

See Also

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


er">