Click or drag to resize
QuerySourceBaseTSourceInnerJoin Method (String, IWhereCondition)
Joins the given source with another

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public TSource InnerJoin(
	string sourceExpression,
	IWhereCondition condition
)

Parameters

sourceExpression
Type: SystemString
Source expression
condition
Type: CMS.DataEngineIWhereCondition
Join condition

Return Value

Type: TSource
See Also