Table of Contents

Method GetString

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetString(string)

Gets the specified string value.

public string? GetString(string columnName)

Parameters

columnName string

The name/label of the column to query.

Returns

string

The associated value. null if no value is set.

GetString(int)

Gets the specified string value.

public string? GetString(int columnIndex)

Parameters

columnIndex int

The index of the column to query.

Returns

string

The associated value. null if no value is set.