Click or drag to resize

SQLite3BindParameterIndex Method

Namespace:  Unvired.Kernel.SQLite
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static int BindParameterIndex(
	IntPtr stmt,
	string name
)

Parameters

stmt
Type: SystemIntPtr
name
Type: SystemString

Return Value

Type: Int32
See Also