Table of Contents

Class QueryParameter

Namespace
Dynamicweb.Indexing.Querying
Assembly
Dynamicweb.Indexing.dll
The Class QueryParameter represents parameters object used for query
public class QueryParameter
Inheritance
QueryParameter
Inherited Members

Properties

DefaultValue

Gets or sets default value of the parameter
public string DefaultValue { get; set; }

Property Value

string

Name

Gets or sets name of the parameter
public string Name { get; set; }

Property Value

string

Type

Gets or sets type of the parameter
[Obsolete("Use TypeName instead.")]
public string Type { get; set; }

Property Value

string

TypeName

Gets or sets type of the parameter
public string TypeName { get; set; }

Property Value

string
To top