QuerySourceBaseTSourceLeftJoin Method (String, String) |
Joins the given source with another
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax public TSource LeftJoin(
string sourceExpression,
string condition = null
)
Parameters
- sourceExpression
- Type: SystemString
Source expression - condition (Optional)
- Type: SystemString
Join condition
Return Value
Type:
TSourceSee Also