QueryRequest.AddCredentials Method Couchbase .NET SDK 2.0

[Missing <summary> documentation for "M:Couchbase.N1QL.QueryRequest.AddCredentials(System.String,System.String,System.Boolean)"]

Namespace: Couchbase.N1QL
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public IQueryRequest AddCredentials(
	string username,
	string password,
	bool isAdmin
)

Parameters

username
Type: System.String

[Missing <param name="username"/> documentation for "M:Couchbase.N1QL.QueryRequest.AddCredentials(System.String,System.String,System.Boolean)"]

password
Type: System.String

[Missing <param name="password"/> documentation for "M:Couchbase.N1QL.QueryRequest.AddCredentials(System.String,System.String,System.Boolean)"]

isAdmin
Type: System.Boolean

[Missing <param name="isAdmin"/> documentation for "M:Couchbase.N1QL.QueryRequest.AddCredentials(System.String,System.String,System.Boolean)"]

Return Value

Type: IQueryRequest

[Missing <returns> documentation for "M:Couchbase.N1QL.QueryRequest.AddCredentials(System.String,System.String,System.Boolean)"]

Implements

IQueryRequest.AddCredentials(String, String, Boolean)
See Also