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