SQLite3BindParameterIndex Method |
Namespace:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static int BindParameterIndex(
IntPtr stmt,
string name
)
Public Shared Function BindParameterIndex (
stmt As IntPtr,
name As String
) As Integer
public:
static int BindParameterIndex(
IntPtr stmt,
String^ name
)
static member BindParameterIndex :
stmt : IntPtr *
name : string -> int
Parameters
- stmt
- Type: SystemIntPtr
- name
- Type: SystemString
Return Value
Type:
Int32
See Also