Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryCheckObject Method
Checks if the given info object is not null. Throws an exception if it is.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected static void CheckObject(
	TInfo info
)

Parameters

info
Type: TInfo
Info object to check
See Also