AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

Helper..::..IsNullorDBNull Method

Determines whether the specified object is null or [DBNull.Value].

Namespace:  AdvantageCMS.Core.Utils
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static bool IsNullorDBNull(
	Object obj
)

Parameters

obj
Type: Object
The object to check.

Return Value

true if the object is null or DBNull; otherwise, false.