MemoryDataQuerySourceDataSourceName Property |
Data source identifier.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public override string DataSourceName { get; }
Property Value
Type:
StringRemarks
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