Click or drag to resize
SQLCEDbManagerCreate Method

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

Parameters

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