Click or drag to resize
IInheritanceInfoProviderGetEntityTypeFilters Method
Gets the entity type filters for the entity names specified. It will use the object aliases specified for the entity names. It will filter out entities which are in a hierarchy of type TargetPerEntity and will also filter out supertypes if the subtype is also in the list. Routine is used to add type filters to typedlists automatically for fields in TargetPerEntityHierarchy hierarchies.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
IPredicateExpression GetEntityTypeFilters(
	Dictionary<string, string> entityNamesWithAliases
)

Parameters

entityNamesWithAliases
Type: System.Collections.GenericDictionaryString, String
The entity names with per entity name (key) the object alias.

Return Value

Type: IPredicateExpression
PredicateExpression with per entity which needed a typefilter a predicate, added with AND
See Also