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