Click or drag to resize
DataQueryParameter Constructor (String, String, String)
Initializes a new instance of the DataQueryParameter class

Namespace: X3Platform.Data
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public DataQueryParameter(
	string key,
	string value,
	string type
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:X3Platform.Data.DataQueryParameter.#ctor(System.String,System.String,System.String)"]

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:X3Platform.Data.DataQueryParameter.#ctor(System.String,System.String,System.String)"]

type
Type: SystemString

[Missing <param name="type"/> documentation for "M:X3Platform.Data.DataQueryParameter.#ctor(System.String,System.String,System.String)"]

See Also