Table of Contents

Method GetFieldShort

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

GetFieldShort(string)

Gets the value of a 16-bit integer (short) field. Also converts from string, boolean, decimal, long, and floating-point fields.

public short GetFieldShort(string fieldName)

Parameters

fieldName string

The column name.

Returns

short

The short value.

Exceptions

Exception

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