Click or drag to resize
IBindParameterBind Method (Double)
Binds the parameter to a double.

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

Parameters

val
Type: SystemDouble
The double to bind.
See Also