Method ColumnExists
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
ColumnExists(string)
Determines whether a mapping exists that targets the specified database column name.
public bool ColumnExists(string column)
Parameters
columnstringThe database column name to look up.
Returns
- bool
trueif any mapping targets this column; otherwise,false.