Click or drag to resize

PredicateWithAliasFinder.AliasesPerPredicateFound 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.10.0.0 (5.10.0)
Syntax
public MultiValueDictionary<IPredicate, string> AliasesPerPredicateFound { get; }

Property Value

Type: MultiValueDictionary<IPredicate, String>
See Also