Click or drag to resize
LinqUtilsObtainTypeFilterForEntity Method
Obtains the type filter for the entity with the type specified.

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
public static IPredicateExpression ObtainTypeFilterForEntity(
	Type entityType,
	IElementCreatorCore generatedCodeElementCreator,
	SetAlias alias
)

Parameters

entityType
Type: SystemType
Type of the entity.
generatedCodeElementCreator
Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
The generated code element creator.
alias
Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
The alias.

Return Value

Type: IPredicateExpression
See Also