Click or drag to resize
IDataQueryHasCompatibleSource Method
Returns true if the given query is an external source

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
bool HasCompatibleSource(
	IDataQuery query
)

Parameters

query
Type: CMS.DataEngineIDataQuery
Nested query

Return Value

Type: Boolean
See Also