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.9.0.0 (5.9.0)
Syntax IPredicate 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