Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryGetSingleObject Method

Note: This API is now obsolete.

Gets the object query for the provider

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use GetObjectQuery().TopN(1) instead.")]
protected TQuery GetSingleObject()

Return Value

Type: TQuery
See Also