Table of Contents

Method SetFieldShort

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

SetFieldShort(string, short?)

Sets the value of a 16-bit integer (short) field.

public void SetFieldShort(string fieldName, short? value)

Parameters

fieldName string

The column name.

value short?

The short value, or null to set the field to SQL NULL.