SimpleDataClassCheckTargetClass Method |
Checks if target data class matches this data class
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax protected virtual bool CheckTargetClass(
IDataClass target,
bool throwException
)
Parameters
- target
- Type: CMS.DataEngineIDataClass
Target data class - throwException
- Type: SystemBoolean
If true, the exception is thrown if classes don't match
Return Value
Type:
BooleanSee Also