Click or drag to resize
IBindParameterBind Method (Byte)
Binds the parameter to a byte array.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
void Bind(
	byte[] blob
)

Parameters

blob
Type: SystemByte
The byte array to bind.
See Also