Click or drag to resize

SQLite3BindInt64 Method

Namespace:  SQLite
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static int BindInt64(
	IntPtr stmt,
	int index,
	long val
)

Parameters

stmt
Type: SystemIntPtr
index
Type: SystemInt32
val
Type: SystemInt64

Return Value

Type: Int32
See Also