Table of Contents

Method SetFieldDecimal

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

SetFieldDecimal(string, decimal?)

Sets the value of a decimal (exact numeric) field.

public void SetFieldDecimal(string fieldName, decimal? value)

Parameters

fieldName string

The column name.

value decimal?

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