Table of Contents

Method SetFieldDouble

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

SetFieldDouble(string, double?)

Sets the value of a double-precision floating-point field.

public void SetFieldDouble(string fieldName, double? value)

Parameters

fieldName string

The column name.

value double?

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