Click or drag to resize
GDSqlitesqlite3_column_name Method

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public static string sqlite3_column_name(
	GDSqliteStatement statement,
	int index
)

Parameters

statement
Type: GDGDSqliteStatement
index
Type: SystemInt32

Return Value

Type: String
See Also