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)

 

Sub New(id As Int32)

Parameters:

  • id:

Equals

 

method Equals(o: Object): Boolean

 

Boolean Equals(Object o)

 

Function Equals(o As Object) As Boolean

Parameters:

  • o:

GetHashCode

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

Function GetHashCode() As Int32

ToString

Returns SQL string that represents this table alias instance.

 

method ToString: String

 

String ToString()

 

Function ToString() As String