Method GetFieldClob
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
GetFieldClob(string)
Gets the value of a CLOB field as a string. Also returns values stored as string or geometry (as WKT).
public string GetFieldClob(string fieldName)
Parameters
fieldNamestringThe column name.
Returns
- string
The clob string value, or
nullif the field is SQL NULL.
Exceptions
- Exception
Thrown when the field name is invalid or no clob-compatible value can be found.