Table of Contents

Method SetFieldTime

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

SetFieldTime(string, TimeOnly?)

Sets the value of a time-only field.

public void SetFieldTime(string fieldName, TimeOnly? value)

Parameters

fieldName string

The column name.

value TimeOnly?

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