FieldCompareSetPredicate Constructor (IEntityField, IEntityField, SetOperator, IPredicate, IRelationCollection, Boolean) | 
  
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic FieldCompareSetPredicate(
	IEntityField field,
	IEntityField setField,
	SetOperator operatorToUse,
	IPredicate filter,
	IRelationCollection relations,
	bool negate
)
Public Sub New ( 
	field As IEntityField,
	setField As IEntityField,
	operatorToUse As SetOperator,
	filter As IPredicate,
	relations As IRelationCollection,
	negate As Boolean
)
Parameters
- field
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityField
field to compare to the set results. specify null if EXISTS operator is used - setField
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityField
field to base the set on - operatorToUse
 - Type: SD.LLBLGen.Pro.ORMSupportClassesSetOperator
operator to use as operator between field and the set - filter
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
filter to use in the set query. Can be null - relations
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
relations to use in the setquery. Can be null - negate
 - Type: SystemBoolean
negate the compare expression 
RemarksSelfServicing specific constructor
See Also