Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Interface ILookupInResult<TDocument>

Result of a sub document LookupIn operation.

Inherited Members
ILookupInResult.Exists(int)
ILookupInResult.ContentAs<T>(int)
ILookupInResult.IndexOf(string)
ILookupInResult.IsDeleted
IResult.Cas
IDisposable.Dispose()
ITypeSerializerProvider.Serializer
Namespace: Couchbase.KeyValue
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Volatile)]
public interface ILookupInResult<TDocument> : ILookupInResult, IResult, IDisposable, ITypeSerializerProvider
Type Parameters
Name Description
TDocument

Type of the document.

Extension Methods

LookupInResultExtensions.ContentAs<TDocument, TContent>(ILookupInResult<TDocument>, Expression<Func<TDocument, TContent>>)
LookupInResultExtensions.Exists<TDocument, TContent>(ILookupInResult<TDocument>, Expression<Func<TDocument, TContent>>)
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.