Click or drag to resize
GDSqlitesqlite3_open_v2 Method (String, GDSqliteDatabase, Int32, String)

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public static int sqlite3_open_v2(
	string filename,
	out GDSqliteDatabase db,
	int flags,
	string zVfs
)

Parameters

filename
Type: SystemString
db
Type: GDGDSqliteDatabase
flags
Type: SystemInt32
zVfs
Type: SystemString

Return Value

Type: Int32
See Also