Task.GetEntitiesToLock Method
Public MustOverride Sub GetEntitiesToLock( _
ByVal locks As IEntityLocks, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
public abstract void GetEntitiesToLock(
IEntityLocks locks,
IDatabase db
)
This language is not supported or no code example is available.
public:
virtual void GetEntitiesToLock(
IEntityLocks^ locks,
IDatabase^ db
) abstract
This language is not supported or no code example is available.
Parameters
- locks
- IEntityLocks
the entity lock object
- db
- IDatabase
the database to use