GameDB  1.6.0
GameDB Pro is a plugin that provides an easy to use and powerful game and meta data editor
GameDBLibrary.RowBase Class Reference

This is the base class for all Rows in a GameDB's tables. It provides accessors to the values store within. More...

Inherited by GameDBCodegenExample.Example, and GameDBEditorLibrary.Row.

Public Member Functions

object GetValue (string field)
 Gets the value for a particular field. More...
 

Detailed Description

This is the base class for all Rows in a GameDB's tables. It provides accessors to the values store within.

Member Function Documentation

◆ GetValue()

object GameDBLibrary.RowBase.GetValue ( string  field)

Gets the value for a particular field.

Parameters
fieldThe name of the field to retrieve.
Returns
The internally store value.