Click or drag to resize
IBindParameterBind Method (Int32)
Binds the parameter to an int.

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

Parameters

val
Type: SystemInt32
The int to bind.
See Also