Click or drag to resize
DbManagerCreate Method
Create the entity table in the database

Namespace: DrawerBackup.Native.Data
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
protected abstract void Create(
	string entity,
	IEnumerable<DbManagerFieldDef> fields
)

Parameters

entity
Type: SystemString
fields
Type: System.Collections.GenericIEnumerableDbManagerFieldDef

Return Value

Type: 
See Also