Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
DataAccessFramework
Querying
Join
C# Class DataAccessFramework.Querying.Join
Inheritance:
TableBase
Show file
Open project: PeteProgrammer/DataAccessFramework
Public Methods
Method
Description
Join
(
TableBase
left
,
QueryTable
right
,
JoinType
joinType
) :
System
On
(
WherePart
clause
) :
Join
Private Methods
Method
Description
BuildSql
(
BuildSqlContext
sqlContext
) :
void
Method Details
Join()
public
method
public
Join
(
TableBase
left
,
QueryTable
right
,
JoinType
joinType
) :
System
left
TableBase
right
QueryTable
joinType
JoinType
return
System
On()
public
method
public
On
(
WherePart
clause
) :
Join
clause
WherePart
return
Join