Click or drag to resize
RelationCollectionCustomFilterParameters Property
Gets Custom Filter Parameters, created in ToQueryText and which are used in custom filters.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public List<DbParameter> CustomFilterParameters { get; }

Property Value

Type: ListDbParameter

Implements

IRelationCollectionCustomFilterParameters
See Also