Click or drag to resize
GDSqlitesqlite3_open Method (String, GDSqliteDatabase, Boolean)

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public static int sqlite3_open(
	string filename,
	out GDSqliteDatabase db,
	bool encrypted
)

Parameters

filename
Type: SystemString
db
Type: GDGDSqliteDatabase
encrypted
Type: SystemBoolean

Return Value

Type: Int32
See Also