Table of Contents

Method SetFieldBoolean

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

SetFieldBoolean(string, bool?)

Sets the value of a boolean field.

public void SetFieldBoolean(string fieldName, bool? value)

Parameters

fieldName string

The column name.

value bool?

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