FieldsGetValue Method (String) |
Get the value for the specified field.
If the field is not found then an error is raised.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public Object GetValue(
string key
)
Public Function GetValue (
key As String
) As Object
Parameters
- key
- Type: SystemString
The key of the field for which to get the value.
Return Value
Type:
ObjectThe field's value.
See Also