Click or drag to resize
GDSqlitesqlite3_enable_load_extension Method

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public static int sqlite3_enable_load_extension(
	GDSqliteDatabase db,
	int onoff
)

Parameters

db
Type: GDGDSqliteDatabase
onoff
Type: SystemInt32

Return Value

Type: Int32
See Also