Click or drag to resize
Galactic API

SqlRowItem Property (String)

Get or set the row's column values via their name.

Namespace:  Galactic.Sql
Assembly:  Galactic.Sql (in Galactic.Sql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public Object this[
	string fieldName
] { get; set; }

Parameters

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

Return Value

Type: Object
The value of the field.
See Also