Show / Hide Table of Contents

Method sqliteStatement.GetText


Overload

Calls sqlite3_column_text.

public string GetText(SLIndexOrName column)
Parameters
column  (SLIndexOrName)

Column name of 0-based index in results.

Returns
string
Exceptions
SLException

The column does not exist in query results.