Table of Contents

Method HasColumn

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

HasColumn(string)

Determines whether a column with the specified name exists in this table.

public bool HasColumn(string columnName)

Parameters

columnName string

The column name to check.

Returns

bool

true if the column exists; otherwise, false.