Method GetFieldString
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
GetFieldString(string)
Gets the value of the specified field as an untyped string. Checks char and varchar columns as fallbacks if no string column is found.
public string GetFieldString(string fieldName)
Parameters
fieldNamestringThe name of the column to retrieve.
Returns
- string
The string value, or
nullif the column is NULL.
Exceptions
- Exception
Thrown when the field name does not exist in this result, or when no string representation can be found.