SqlSyntax.TableAliasDot method
namespace: Serenity.Data assembly: Serenity.Net.Data
Creates a table alias dot like "T0."
public static string TableAliasDot(this int joinIndex)
| parameter | description |
|---|---|
| joinIndex | Index of the join. |
See Also
- class SqlSyntax