Constructor FromItemNotInQueryException
- Namespace
- YndigoBlue.Velocity.Exceptions
- Assembly
- YndigoBlue.Velocity.dll
FromItemNotInQueryException(string)
Initializes a new instance of the FromItemNotInQueryException class with the specified FROM item.
public FromItemNotInQueryException(string fromItem)
Parameters
fromItemstringThe name of the table or alias that was not found in the query.