Table of Contents

Method HasColumn

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

HasColumn(string)

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

public bool HasColumn(string columnName)

Parameters

columnName string

The table name to check.

Returns

bool

true if the table exists; otherwise, false.