ClassStructureInfoCheckComplete Method |
Checks whether the given data is complete (has all columns set to some value).
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public bool CheckComplete(
Object[] data
)
Parameters
- data
- Type: SystemObject
Data to check
Return Value
Type:
BooleanSee Also