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.4.0.0 (5.4.0)
Syntax IPredicateExpression GetEntityTypeFilters(
Dictionary<string, string> entityNamesWithAliases
)
Function GetEntityTypeFilters (
entityNamesWithAliases As Dictionary(Of String, String)
) As IPredicateExpression
Parameters
- entityNamesWithAliases
- Type: System.Collections.GenericDictionaryString, String
The entity names with per entity name (key) the object alias.
Return Value
Type:
IPredicateExpressionPredicateExpression with per entity which needed a typefilter a predicate, added with AND
See Also