Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
IPredicate CreateFieldCompareRangePredicate(
	IEntityFieldCore fieldToCompare,
	IList valueRange
)

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: IPredicate
ready to use FieldCompareRangePredicate
See Also