Table of Contents

Method GetBool

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetBool(string)

Gets the specified boolean value.

public bool? GetBool(string columnName)

Parameters

columnName string

The name/label of the column to query.

Returns

bool?

The associated value. null if no value is set.

GetBool(int)

Gets the specified boolean value.

public bool? GetBool(int columnIndex)

Parameters

columnIndex int

The index of the column to query.

Returns

bool?

The associated value. null if no value is set.