Click or drag to resize

SQLiteCommandBind Method (String, Object)

Namespace:  Unvired.Kernel.SQLite
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Bind(
	string name,
	Object val
)

Parameters

name
Type: SystemString
val
Type: SystemObject
See Also