JHConst.GetRealType Method

DCSoft.DBUtilityGeneric

JHConstGetRealType Method
返回当前类型的真实类型(如可空类型,则返回它的基本类型)

Namespace: DCSoft.Utility
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static Type GetRealType(
	Type type
)

Parameters

type
Type: SystemType
要检查的类型

Return Value

Type: Type
返回对应的基本类型参数
See Also