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

TestLookupContextBase..::..DataRepository Property

Gets the data repository.

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

Syntax


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

Field Value

The data repository.