ViewQuery Constructor (String, Boolean) |
Initializes a new instance of the
ViewQuery class
Namespace: Couchbase.ViewsAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ViewQuery(
string baseUri,
bool development
)
Public Sub New (
baseUri As String,
development As Boolean
)
public:
ViewQuery(
String^ baseUri,
bool development
)
new :
baseUri : string *
development : bool -> ViewQuery
Parameters
- baseUri
- Type: SystemString
[Missing <param name="baseUri"/> documentation for "M:Couchbase.Views.ViewQuery.#ctor(System.String,System.Boolean)"]
- development
- Type: SystemBoolean
[Missing <param name="development"/> documentation for "M:Couchbase.Views.ViewQuery.#ctor(System.String,System.Boolean)"]
See Also