SelectQueryFluentBuilder.Join(String, String) Method
Performs an inner join operation with the specified options.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
tableName | String | A String value, specifying the name of a resulting table. |
keyColumnName | String | A String value, specifying the key column name. This value identifies two columns that must have similar names in both tables. To join tables by key columns having different names, use another Join overload. |
Returns
Type | Description |
---|---|
SelectQueryFluentBuilder | A SelectQueryFluentBuilder object. |
See Also