ILookupInBuilder<TDocument> InterfaceCouchbase .NET SDK 2.3.3
Exposes a "builder" API for constructing a chain of read commands on a document within Couchbase.

Namespace: Couchbase.Core
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
public interface ILookupInBuilder<TDocument> : ISubDocBuilder<TDocument>, 
	ITypeSerializerProvider 
Type Parameters
TDocument
The type of the document.

The ILookupInBuilder<TDocument> type exposes the following members.

Methods
Extension Methods
  NameDescription
Public Extension MethodExists<TDocument, TContent>
Check for existence of a fragment of type TContent within a document of type TDocument, using a given lambda expression path.
(Defined by SubdocExtensions.)
Public Extension MethodGet<TDocument, TContent>
Get a fragment of type TContent from a document of type TDocument, using a given lambda expression path.
(Defined by SubdocExtensions.)
Top
Properties
See Also