DbFunctionCallIExpressionParameters Property  | 
 
            The list of parameters created when the Expression was translated to text usable in a query. Only valid after a succesful call to ToQueryText
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
SyntaxList<DbParameter> IExpression.Parameters { get; }Private ReadOnly Property Parameters As List(Of DbParameter)
	Implements IExpression.Parameters
	Get
Property Value
Type: 
ListDbParameterImplements
IExpressionParameters
See Also