Table of Contents

Method SetFieldFloat

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

SetFieldFloat(string, float?)

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

public void SetFieldFloat(string fieldName, float? value)

Parameters

fieldName string

The column name.

value float?

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