AbstractInfoProviderTInfo, TProvider, TQueryCheckObject Method |
Checks if the given info object is not null. Throws an exception if it is.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax protected static void CheckObject(
TInfo info
)
Parameters
- info
- Type: TInfo
Info object to check
See Also