Table of Contents

Method SetFieldDate

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

SetFieldDate(string, DateOnly?)

Sets the value of a date-only field.

public void SetFieldDate(string fieldName, DateOnly? value)

Parameters

fieldName string

The column name.

value DateOnly?

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