Click or drag to resize
MemoryDataQuerySourceDataSourceName Property
Data source identifier.

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

Property Value

Type: String
Remarks
Source identifiers are used to determine whether sub queries should be materialized or inserted directly into parent query. If name is not set, new name is generated. Generated name is not cached, MemoryDataQuerySource must always be non-compatible even with the same instance. For more information HasCompatibleSource(IDataQuery) method.
See Also