[Missing <summary> documentation for "M:Couchbase.N1QL.QueryRequest.AddCredentials(System.String,System.String,System.Boolean)"]
Namespace: Couchbase.N1QLAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic IQueryRequest AddCredentials(
string username,
string password,
bool isAdmin
)
public IQueryRequest AddCredentials(
string username,
string password,
bool isAdmin
)
Public Function AddCredentials (
username As String,
password As String,
isAdmin As Boolean
) As IQueryRequest
Public Function AddCredentials (
username As String,
password As String,
isAdmin As Boolean
) As IQueryRequest
public:
virtual IQueryRequest^ AddCredentials(
String^ username,
String^ password,
bool isAdmin
) sealed
public:
virtual IQueryRequest^ AddCredentials(
String^ username,
String^ password,
bool isAdmin
) sealed
abstract AddCredentials :
username : string *
password : string *
isAdmin : bool -> IQueryRequest
override AddCredentials :
username : string *
password : string *
isAdmin : bool -> IQueryRequest
abstract AddCredentials :
username : string *
password : string *
isAdmin : bool -> IQueryRequest
override AddCredentials :
username : string *
password : string *
isAdmin : bool -> IQueryRequest
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