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