Click or drag to resize
IBindParameterBindZeroBlob Method
Binds the parameter to a blob of length N that is filled with zeroes. Zeroblobs are intended to serve as placeholders for BLOBs whose content is later written using OpenBlob(String, String, String, Int64, Boolean).

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
void BindZeroBlob(
	int size
)

Parameters

size
Type: SystemInt32
The length of the blob in bytes.
See Also