Click or drag to resize
SQLEngineGetFieldDef Method
Get the definition of a field for the ALTER TABLE OR CREATE TABLE

Namespace: DrawerBackup.Native.Data.Engines
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public static string GetFieldDef(
	DbManagerFieldDef field,
	Func<DbManagerFieldDef, string> GetFieldType
)

Parameters

field
Type: DrawerBackup.Native.DataDbManagerFieldDef
GetFieldType
Type: SystemFuncDbManagerFieldDef, String

Return Value

Type: String
See Also