Click or drag to resize
IBindParameterBind Method (String)
Binds the parameter to a string.

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

Parameters

text
Type: SystemString
The text to bind.
See Also