Click or drag to resize

Parameters Constructor (Parameters)

Copy constructor

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public Parameters(
	Parameters parameters
)

Parameters

parameters
Type: Couchbase.Lite.QueryParameters
The object to copy values from
See Also