Table of Contents

Method SetFieldInterval

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

SetFieldInterval(string, TimeSpan?)

Sets the value of a time interval field.

public void SetFieldInterval(string fieldName, TimeSpan? value)

Parameters

fieldName string

The column name.

value TimeSpan?

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