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