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