Click or drag to resize

SQLite3BindBlob Method

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 int BindBlob(
	IntPtr stmt,
	int index,
	byte[] val,
	int n,
	IntPtr free
)

Parameters

stmt
Type: SystemIntPtr
index
Type: SystemInt32
val
Type: SystemByte
n
Type: SystemInt32
free
Type: SystemIntPtr

Return Value

Type: Int32
See Also