Table of Contents

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

fieldName string

The column name to look up.

Returns

bool

true if the column exists; otherwise, false.