Click or drag to resize
WhereConditionBaseTParentDataSourceName Property
Data source identifier that represents the location from which the data are obtained.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public string DataSourceName { get; set; }

Property Value

Type: String

Implements

IWhereConditionDataSourceName
Remarks
Source identifiers are used to determine whether sub queries should be materialized or inserted directly into parent query.
See Also