SelectQueryFluentBuilder.Join(String, RelationColumnInfo[]) Method
Performs an inner join operation with the specified options.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
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