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
fieldNamestringThe column name to check.
Returns
- bool
trueif a non-null value has been assigned to the field; otherwise,false.