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
columnNamestringThe table name to check.
Returns
- bool
trueif the table exists; otherwise,false.