Click or drag to resize
Galactic API

SqlRowGetValue Method (String)

Get the value of a field in this row by name.

Namespace:  Galactic.Sql
Assembly:  Galactic.Sql (in Galactic.Sql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public Object GetValue(
	string fieldName
)

Parameters

fieldName
Type: SystemString
The name of the field to get the value of.

Return Value

Type: Object
The value of the field.
See Also