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 BindBlob(
IntPtr stmt,
int index,
byte[] val,
int n,
IntPtr free
)
Public Shared Function BindBlob (
stmt As IntPtr,
index As Integer,
val As Byte(),
n As Integer,
free As IntPtr
) As Integer
public:
static int BindBlob(
IntPtr stmt,
int index,
array<unsigned char>^ val,
int n,
IntPtr free
)
static member BindBlob :
stmt : IntPtr *
index : int *
val : byte[] *
n : int *
free : IntPtr -> int
Parameters
- stmt
- Type: SystemIntPtr
- index
- Type: SystemInt32
- val
- Type: SystemByte
- n
- Type: SystemInt32
- free
- Type: SystemIntPtr
Return Value
Type:
Int32
See Also