Click or drag to resize
SqlHelperIsMissingOrNull Method
Returns true if the given value is missing or null.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static bool IsMissingOrNull(
	Object value
)

Parameters

value
Type: SystemObject
Value to check

Return Value

Type: Boolean
See Also