TableAlias

Overview

The TableAlias class is used internally by DA LINQ to represent table alias clauses in Linq queries to Data Abstract services. Normally, you will never have to create instances of this class manually, as this is done by DA LINQ infrastructure.

For internal use only.

Location

Instance Methods


constructor

Creates a new instance of the TableAlias class.

 

constructor(id: Int32)

 

TableAlias(Int32 id)

 

init(_ id: Int32)

 

Sub New(id As Int32)

Parameters:

  • id:

Equals

 

method Equals(o: Object): Boolean

 

Boolean Equals(Object o)

 

func Equals(_ o: Object) -> Boolean

 

Function Equals(o As Object) As Boolean

Parameters:

  • o:

GetHashCode

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

Function GetHashCode() As Int32

ToString

Returns SQL string that represents this table alias instance.

 

method ToString: String

 

String ToString()

 

func ToString() -> String

 

Function ToString() As String