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 BindInt(
IntPtr stmt,
int index,
int val
)
Public Shared Function BindInt (
stmt As IntPtr,
index As Integer,
val As Integer
) As Integer
public:
static int BindInt(
IntPtr stmt,
int index,
int val
)
static member BindInt :
stmt : IntPtr *
index : int *
val : int -> int
Parameters
- stmt
- Type: SystemIntPtr
- index
- Type: SystemInt32
- val
- Type: SystemInt32
Return Value
Type:
Int32
See Also