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