Click or drag to resize
DbManagerEnumerate Method
Enumerate all fields from a table

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

Parameters

entity
Type: SystemString

Return Value

Type: IEnumerableDbManagerFieldDef
See Also