Click or drag to resize
DataManagerFactoryInstanceTEntity Method
Creates a Instance for the Entity

Namespace: DrawerBackup.Native.Data
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public static IDataManager<TEntity> Instance<TEntity>()
where TEntity : BaseEntity

Type Parameters

TEntity
Entity Type

Return Value

Type: IDataManagerTEntity
See Also