Click or drag to resize

QueryParameter Class

The Class QueryParameter represents parameters object used for query
Inheritance Hierarchy
SystemObject
  Dynamicweb.Indexing.QueryingQueryParameter

Namespace:  Dynamicweb.Indexing.Querying
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public class QueryParameter

The QueryParameter type exposes the following members.

Constructors
  NameDescription
Public methodQueryParameter
Initializes a new instance of the QueryParameter class
Top
Properties
  NameDescription
Public propertyDefaultValue
Gets or sets default value of the parameter
Public propertyName
Gets or sets name of the parameter
Public propertyType Obsolete.
Gets or sets type of the parameter
Public propertyTypeName
Gets or sets type of the parameter
Top
See Also