Click or drag to resize
ScalarQueryExpression.Parameters Property
The list of parameters created when the ScalarQueryExpression 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.3.0.0 (5.3.0)
Syntax
public List<DbParameter> Parameters { get; }

Property Value

Type: List<DbParameter>

Implements

IScalarQueryExpression.Parameters
See Also