| 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
)
Public Sub SetValue (
fieldName As String,
value As Object
)
public:
void SetValue(
String^ fieldName,
Object^ value
)
member SetValue :
fieldName : string *
value : Object -> unit
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