Table of Contents

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

fieldName string

The name of the column to retrieve.

Returns

string

The string value, or null if 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.