[Missing <summary> documentation for "M:Couchbase.CouchbaseBucket.LookupIn``1(System.String)"]
Namespace: CouchbaseAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxpublic ILookupInBuilder<TDocument> LookupIn<TDocument>(
string key
)
public ILookupInBuilder<TDocument> LookupIn<TDocument>(
string key
)
Public Function LookupIn(Of TDocument) (
key As String
) As ILookupInBuilder(Of TDocument)
Public Function LookupIn(Of TDocument) (
key As String
) As ILookupInBuilder(Of TDocument)
public:
generic<typename TDocument>
virtual ILookupInBuilder<TDocument>^ LookupIn(
String^ key
) sealed
public:
generic<typename TDocument>
virtual ILookupInBuilder<TDocument>^ LookupIn(
String^ key
) sealed
abstract LookupIn :
key : string -> ILookupInBuilder<'TDocument>
override LookupIn :
key : string -> ILookupInBuilder<'TDocument>
abstract LookupIn :
key : string -> ILookupInBuilder<'TDocument>
override LookupIn :
key : string -> ILookupInBuilder<'TDocument>
Parameters
- key
- Type: System.String
[Missing <param name="key"/> documentation for "M:Couchbase.CouchbaseBucket.LookupIn``1(System.String)"]
Type Parameters- TDocument
[Missing <typeparam name="TDocument"/> documentation for "M:Couchbase.CouchbaseBucket.LookupIn``1(System.String)"]
Return Value
Type:
ILookupInBuilder<TDocument>[Missing <returns> documentation for "M:Couchbase.CouchbaseBucket.LookupIn``1(System.String)"]
Implements
IBucket.LookupIn<TDocument>(String)
See Also