RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbContextEfCore..::..RecordLocks Property

Gets or sets the record locks.

Namespace:  RingSoft.DbLookup.EfCore
Assembly:  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);
}

Field Value

The record locks.