| SqlHelperIsMissing Method  | 
            Returns true if the given value is missing or null.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic static bool IsMissing(
	Object value
)
Parameters
- value
 - Type: SystemObject
Value to check 
Return Value
Type: 
Boolean
See Also