Table of Contents

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

fieldName string

The column name.

Returns

string

The clob string value, or null if the field is SQL NULL.

Exceptions

Exception

Thrown when the field name is invalid or no clob-compatible value can be found.