C# 클래스 JPB.DataAccess.DbInfoConfig.DbConfigHelper

파일 보기 프로젝트 열기: JPVenson/DataAccess

Private Properties

프로퍼티 타입 설명
DbConfigHelper System.Diagnostics
GetCustomAttributes IEnumerable
GetDbToLocalSchemaMapping string
GetLocalToDbSchemaMapping string
GetPropertiesEx IEnumerable
GetSchemaMapping string[]
IsAnonymousType bool

공개 메소드들

메소드 설명
GetClassInfo ( this type ) : DbClassInfoCache

Get the ClassInfoCache object for the type

비공개 메소드들

메소드 설명
DbConfigHelper ( ) : System.Diagnostics
GetCustomAttributes ( this type ) : IEnumerable
GetDbToLocalSchemaMapping ( this type, string name ) : string
GetLocalToDbSchemaMapping ( this type, string name ) : string
GetPropertiesEx ( this type ) : IEnumerable
GetSchemaMapping ( this type ) : string[]
IsAnonymousType ( this type ) : bool

Anonymous type check by naming convention

메소드 상세

GetClassInfo() 공개 정적인 메소드

Get the ClassInfoCache object for the type
public static GetClassInfo ( this type ) : DbClassInfoCache
type this
리턴 DbClassInfoCache