Table of Contents

Method HasFieldValue

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

HasFieldValue(string)

Determines whether a non-null value has been set for the field with the specified name.

public bool HasFieldValue(string fieldName)

Parameters

fieldName string

The column name to check.

Returns

bool

true if a non-null value has been assigned to the field; otherwise, false.