Table of Contents

Method SetFieldInteger

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

SetFieldInteger(string, int?)

Sets the value of a 32-bit integer field.

public void SetFieldInteger(string fieldName, int? value)

Parameters

fieldName string

The column name.

value int?

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