Table of Contents

Method GetFieldLong

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

GetFieldLong(string)

Gets the value of a 64-bit integer (long) field. Also converts from string, boolean, DateTime/Date (UNIX epoch), decimal, and floating-point fields.

public long GetFieldLong(string fieldName)

Parameters

fieldName string

The column name.

Returns

long

The long value.

Exceptions

Exception

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