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