Click or drag to resize
Galactic API

SqlRowSetValue Method (String, Object)

Sets 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 void SetValue(
	string fieldName,
	Object value
)

Parameters

fieldName
Type: SystemString
The name of the field to set the value of.
value
Type: SystemObject
The value to set the field to.
See Also