Click or drag to resize

SQLite3Open Method (String, IntPtr, Int32, IntPtr)

Namespace:  Unvired.Kernel.SQLite
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static SQLite3Result Open(
	string filename,
	out IntPtr db,
	int flags,
	IntPtr zvfs
)

Parameters

filename
Type: SystemString
db
Type: SystemIntPtr
flags
Type: SystemInt32
zvfs
Type: SystemIntPtr

Return Value

Type: SQLite3Result
See Also