Click or drag to resize
PredicateWithAliasFinderAliasesPerPredicateFound Property
Gets the aliases found per predicate.

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 MultiValueHashtable<IPredicate, string> AliasesPerPredicateFound { get; }

Property Value

Type: MultiValueHashtableIPredicate, String
See Also