Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 390 Bytes

File metadata and controls

16 lines (11 loc) · 390 Bytes

SqlSyntax.TableAlias method

namespace: Serenity.Data   assemblySerenity.Net.Data

Creates a table alias like T0

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

See Also