C# 클래스 Net.Code.ADONet.DBNullHelper

파일 보기 프로젝트 열기: jhgbrt/yadal 1 사용 예제들

공개 메소드들

메소드 설명
FromDb ( object o ) : object
GetUnderlyingType ( this type ) : Type
IsNull ( object o ) : bool
IsNullableType ( this type ) : bool
ToDb ( object o ) : object

메소드 상세

FromDb() 공개 정적인 메소드

public static FromDb ( object o ) : object
o object
리턴 object

GetUnderlyingType() 공개 정적인 메소드

public static GetUnderlyingType ( this type ) : Type
type this
리턴 System.Type

IsNull() 공개 정적인 메소드

public static IsNull ( object o ) : bool
o object
리턴 bool

IsNullableType() 공개 정적인 메소드

public static IsNullableType ( this type ) : bool
type this
리턴 bool

ToDb() 공개 정적인 메소드

public static ToDb ( object o ) : object
o object
리턴 object