Click or drag to resize
IInfoProviderTInfoGet Method
Gets the object query for TInfo retrieval.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
ObjectQuery<TInfo> Get()

Return Value

Type: ObjectQueryTInfo
Returns ObjectQueryTObject for TInfo retrieval.
See Also