| 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
)
Public Function GetValue (
fieldName As String
) As Object
public:
Object^ GetValue(
String^ fieldName
)
member GetValue :
fieldName : string -> Object
Parameters
- fieldName
- Type: SystemString
The name of the field to get the value of.
Return Value
Type:
ObjectThe value of the field.
See Also