SystemGlobals..::..DataRepository Property
Gets the data repository.
Namespace:
RingSoft.DbLookupAssembly: 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
Exception | Condition |
---|---|
ApplicationException | Need To inherit and instantiate {nameof(SystemDataRepository)}. |