ApplicationManagerGetDataManager Method |
Get ApplicationDataManager instance which can be used for any database operation on application database
Namespace:
Unvired.Kernel.UWP.Core
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DataManagerImpl GetDataManager()
Public Function GetDataManager As DataManagerImpl
public:
DataManagerImpl^ GetDataManager()
member GetDataManager : unit -> DataManagerImpl
Return Value
Type:
DataManagerImpl DataManagerImpl ApplicationDataManager
See Also