| ITemplateGroupSpecificCreatorCreateFieldCompareSetPredicate Method  | 
            Creates a new FieldCompareSetPredicate instance
            
 
Namespace: SD.LLBLGen.Pro.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
SyntaxIPredicate CreateFieldCompareSetPredicate(
	IEntityFieldCore fieldToCompare,
	IEntityFieldCore setField,
	SetOperator operatorToUse,
	IPredicate setFilter,
	IRelationCollection setRelations,
	ISortExpression setSorter,
	IGroupByCollection setGroupBy,
	long maxNumberOfItemsToReturn,
	string objectAlias,
	bool negate
)
Function CreateFieldCompareSetPredicate ( 
	fieldToCompare As IEntityFieldCore,
	setField As IEntityFieldCore,
	operatorToUse As SetOperator,
	setFilter As IPredicate,
	setRelations As IRelationCollection,
	setSorter As ISortExpression,
	setGroupBy As IGroupByCollection,
	maxNumberOfItemsToReturn As Long,
	objectAlias As String,
	negate As Boolean
) As IPredicate
Parameters
- fieldToCompare
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field to compare. - setField
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The set field. - operatorToUse
 - Type: SD.LLBLGen.Pro.ORMSupportClassesSetOperator
The operator to use. - setFilter
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
The set filter. - setRelations
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
The set relations. - setSorter
 - Type: SD.LLBLGen.Pro.ORMSupportClassesISortExpression
The set sorter. - setGroupBy
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIGroupByCollection
The set group by. - maxNumberOfItemsToReturn
 - Type: SystemInt64
The max number of items to return. - objectAlias
 - Type: SystemString
The object alias. - negate
 - Type: SystemBoolean
if set to true, the predicate will be negated. 
Return Value
Type: 
IPredicateready to use FieldCompareSetPredicate
See Also