SqlSyntax.TableAliasDot method
Creates a table alias dot like "T0.".
public static string TableAliasDot(this int joinIndex)
| parameter | description |
|---|---|
| joinIndex | Index of the join. |
Return Value
The table alias dot.
See Also
- class SqlSyntax
Creates a table alias dot like "T0.".
public static string TableAliasDot(this int joinIndex)
| parameter | description |
|---|---|
| joinIndex | Index of the join. |
The table alias dot.