Skip to content

SqlSyntax.TableAlias method

Creates a table alias like T0.

public static string TableAlias(this int joinIndex)
parameter description
joinIndex Index of the join.

Return Value

The table alias.

See Also