ITemplateGroupSpecificCreatorCreateFieldCompareRangePredicate Method  | 
 
            Creates a new FieldCompareRangePredicate instance.
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
SyntaxIPredicate CreateFieldCompareRangePredicate(
	IEntityFieldCore fieldToCompare,
	IList valueRange
)
Function CreateFieldCompareRangePredicate ( 
	fieldToCompare As IEntityFieldCore,
	valueRange As IList
) As IPredicate
Parameters
- fieldToCompare
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field to compare. - valueRange
 - Type: System.CollectionsIList
The value range for the IN clause. 
Return Value
Type: 
IPredicateready to use FieldCompareRangePredicate 
See Also