Click or drag to resize
FunctionsInT Method (IEnumerableIEntityFieldCore, IEnumerableT)
Creates a predicate which is true if there's an object of type T in values, which has for each property P a field in fields with the same name / alias and the value for property P is equal to the value of the field equivalent in the main query.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static IPredicate In<T>(
	IEnumerable<IEntityFieldCore> fields,
	IEnumerable<T> values
)

Parameters

fields
Type: System.Collections.GenericIEnumerableIEntityFieldCore
The fields.
values
Type: System.Collections.GenericIEnumerableT
The values.

Type Parameters

T

Return Value

Type: IPredicate
See Also