ViewQuery Constructor (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(
bool development
)
Public Sub New (
development As Boolean
)
public:
ViewQuery(
bool development
)
new :
development : bool -> ViewQuery
Parameters
- development
- Type: SystemBoolean
[Missing <param name="development"/> documentation for "M:Couchbase.Views.ViewQuery.#ctor(System.Boolean)"]
See Also