Method SetFieldTimestamp
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
SetFieldTimestamp(string, DateTimeOffset?)
Sets the value of a timestamp (date/time with time zone offset) field.
public void SetFieldTimestamp(string fieldName, DateTimeOffset? value)
Parameters
fieldNamestringThe column name.
valueDateTimeOffset?The DateTimeOffset value, or
nullto set the field to SQL NULL.