Table of Contents

Method GetString

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetString(int)

Gets the string result for the specified column.

public string GetString(int columnIndex)

Parameters

columnIndex int

The 0-based index of the column to query.

Returns

string

The string result. Returns "" on an error.

GetString(string)

Gets the string result for the specified column.

public string GetString(string columnName)

Parameters

columnName string

The name of the column to fetch the result.

Returns

string

The string result. Returns "" on an error.