Search Results for

    Show / Hide Table of Contents

    Struct QueryLock

    Implements
    IQueryLock
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: LemonEdge.Connections.Database.Context
    Assembly: LemonEdge.Database.Connector.dll
    Syntax
    public struct QueryLock : IQueryLock

    Constructors

    QueryLock(EntityContext)

    Declaration
    public QueryLock(EntityContext cn)
    Parameters
    Type Name Description
    EntityContext cn

    Methods

    ReleaseQueryableItemLockAfterExecution()

    Release the lock held against the context for this specific call to GetQueryableItems. You can only call this once on the specific IQueryLock you recieve for each GetQueryableItems call.

    Declaration
    public void ReleaseQueryableItemLockAfterExecution()

    Implements

    IQueryLock

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.