Click or drag to resize
IBindParameterBind Method (Int64)
Binds the parameter to a long.

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

Parameters

val
Type: SystemInt64
The long to bind.
See Also