| IPredicateParameters Property  | 
            The list of parameters created when the Predicate was translated to text usable in a query. Only valid after a succesful call to ToQueryText
            
 
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
SyntaxList<DbParameter> Parameters { get; }ReadOnly Property Parameters As List(Of DbParameter)
	Get
Property Value
Type: 
ListDbParameter
See Also