Struct QueryLock
Implements
Inherited Members
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()