UsedInQuery Property (ParameterDescriptor)
In This Topic
Gets or sets a value that indicates whether the parameter is used directly in a query.
Syntax
'Declaration
Public Property UsedInQuery As Boolean
public bool UsedInQuery {get; set;}
Property Value
The optional optimization about usage of the parameter in queries.
See Also