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