Click or drag to resize
Galactic API

SqlRowAdd Method

Adds a new field to the row.

Namespace:  Galactic.Sql
Assembly:  Galactic.Sql (in Galactic.Sql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public bool Add(
	int order,
	string name,
	Object value
)

Parameters

order
Type: SystemInt32
The order of the field.
name
Type: SystemString
The name of the field.
value
Type: SystemObject
The value of the field.

Return Value

Type: Boolean
True if the field was added, false otherwise.
See Also