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

SystemGlobals..::..DataRepository Property

Gets the data repository.

Namespace:  RingSoft.DbLookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public static SystemDataRepository DataRepository { get; set; }
Public Shared Property DataRepository As SystemDataRepository
	Get
	Set
public:
static property SystemDataRepository^ DataRepository {
	SystemDataRepository^ get ();
	void set (SystemDataRepository^ value);
}

Field Value

The data repository.

Exceptions


ExceptionCondition
ApplicationExceptionNeed To inherit and instantiate {nameof(SystemDataRepository)}.