Namespace:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static SQLite3ColType ColumnType(
IntPtr stmt,
int index
)
Public Shared Function ColumnType (
stmt As IntPtr,
index As Integer
) As SQLite3ColType
public:
static SQLite3ColType ColumnType(
IntPtr stmt,
int index
)
static member ColumnType :
stmt : IntPtr *
index : int -> SQLite3ColType
Parameters
- stmt
- Type: SystemIntPtr
- index
- Type: SystemInt32
Return Value
Type:
SQLite3ColType
See Also