Click or drag to resize
QuerySourceBase<TSource>.InnerJoin Method (QuerySourceTable, IWhereCondition)
Joins the given source with another

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public TSource InnerJoin(
	QuerySourceTable source,
	IWhereCondition condition
)

Parameters

source
Type: CMS.DataEngine.QuerySourceTable
Source table
condition
Type: CMS.DataEngine.IWhereCondition
Join condition

Return Value

Type: TSource
See Also