Method HasField
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
HasField(string)
Determines whether a field with the specified name exists in this datum.
public bool HasField(string fieldName)
Parameters
fieldNamestringThe column name to look up.
Returns
- bool
trueif the column exists; otherwise,false.