Skip to main content

SelectQueryFluentBuilder.Join(String, RelationColumnInfo[]) Method

Performs an inner join operation with the specified options.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public SelectQueryFluentBuilder Join(
    string tableName,
    params RelationColumnInfo[] keyColumns
)

Parameters

Name Type Description
tableName String

A String value, specifying the name of a resulting table.

keyColumns RelationColumnInfo[]

An array of RelationColumnInfo objects.

Returns

Type Description
SelectQueryFluentBuilder

A SelectQueryFluentBuilder object.

See Also