Method GetFromItemAlias
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
GetFromItemAlias(string)
Finds the from item alias in the query. So FROM {tablename} AS t1 returns "t1"
public string GetFromItemAlias(string fromItemName)
Parameters
fromItemNamestringThe name of the IFromItem to find
Returns
- string
The alias of the from item.