Couchbase .NET SDK | 3.4.4
Search Results for

    Show / Hide Table of Contents

    Interface ILookupInResult<TDocument>

    Inherited Members
    ILookupInResult.Exists(Int32)
    ILookupInResult.IsDeleted
    ILookupInResult.ContentAs<T>(Int32)
    ILookupInResult.IndexOf(String)
    IResult.Cas
    ITypeSerializerProvider.Serializer
    Namespace: Couchbase.KeyValue
    Assembly: Couchbase.NetClient.dll
    Syntax
    public interface ILookupInResult<TDocument> : ILookupInResult, IResult, 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>>)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 Couchbase, Inc.