Table of Contents

Method SetFieldLong

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

SetFieldLong(string, long?)

Sets the value of a 64-bit integer (long) field.

public void SetFieldLong(string fieldName, long? value)

Parameters

fieldName string

The column name.

value long?

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