Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryGetInfo Method (IWhereCondition)
Gets an instance of the first info object matching the specified condition.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual TInfo GetInfo(
	IWhereCondition where
)

Parameters

where
Type: CMS.DataEngineIWhereCondition
Where condition

Return Value

Type: TInfo
See Also