JHConst.IsNullOrDBNull Method

DCSoft.DBUtilityGeneric

JHConstIsNullOrDBNull Method
判断当前对象是否为 null 或者 DBNull 的值

Namespace: DCSoft.Utility
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static bool IsNullOrDBNull(
	Object obj
)

Parameters

obj
Type: SystemObject
要检测的对象

Return Value

Type: Boolean
返回一个值,该值指示当前对象是否为 null 或者 DBNull 的值
See Also