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