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

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

Parameters

value
Type: System.Object
Value to check

Return Value

Type: Boolean
See Also