Gets a list of parameters that are passed to the data source as part of the query.
Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property QueryParameters As QueryParameterCollection |
C# | |
---|---|
public QueryParameterCollection QueryParameters {get;} |
Property Value
A QueryParameterCollection containing the list of parameters that are passed to the data source as part of the query.