QueryParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the query parameter.
public ref class QueryParameter sealed
public sealed class QueryParameter
type QueryParameter = class
Public NotInheritable Class QueryParameter
- Inheritance
-
QueryParameter
Properties
Name |
Gets or sets the name of the query parameter. |
TypeName |
Gets or sets the type name. |
Value |
Gets or sets the value of the query parameter. |