DbContextEfCore..::..RecordLocks Property
Gets or sets the record locks.
Namespace:
RingSoft.DbLookup.EfCoreAssembly: RingSoft.DbLookup.EfCore (in RingSoft.DbLookup.EfCore.dll)
Syntax
public DbSet<RecordLock> RecordLocks { get; set; }
Public Property RecordLocks As DbSet(Of RecordLock) Get Set
public: property DbSet<RecordLock^>^ RecordLocks { DbSet<RecordLock^>^ get (); void set (DbSet<RecordLock^>^ value); }