Click or drag to resize
GDSqlitesqlite3_bind_blob Method

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public static int sqlite3_bind_blob(
	GDSqliteStatement statement,
	int index,
	byte[] value,
	int length
)

Parameters

statement
Type: GDGDSqliteStatement
index
Type: SystemInt32
value
Type: SystemByte
length
Type: SystemInt32

Return Value

Type: Int32
See Also