SelectQueryFluentBuilder.Join(String, String, RelationColumnInfo[]) Method
In This Article
Performs an inner join operation with the specified options.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public SelectQueryFluentBuilder Join(
string tableName,
string tableAlias,
params RelationColumnInfo[] keyColumns
)
#Parameters
Name | Type | Description |
---|---|---|
table |
String | A String value, specifying the name of a resulting table. |
table |
String | A String value, specifying the alias of a resulting table. |
key |
Relation |
An array of Relation |
#Returns
Type | Description |
---|---|
Select |
A Select |
See Also