C# Class JPB.DataAccess.DbInfoConfig.DbConfigHelper

Afficher le fichier Open project: JPVenson/DataAccess

Private Properties

Свойство Type Description
DbConfigHelper System.Diagnostics
GetCustomAttributes IEnumerable
GetDbToLocalSchemaMapping string
GetLocalToDbSchemaMapping string
GetPropertiesEx IEnumerable
GetSchemaMapping string[]
IsAnonymousType bool

Méthodes publiques

Méthode Description
GetClassInfo ( this type ) : DbClassInfoCache

Get the ClassInfoCache object for the type

Private Methods

Méthode Description
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

Method Details

GetClassInfo() public static méthode

Get the ClassInfoCache object for the type
public static GetClassInfo ( this type ) : DbClassInfoCache
type this
Résultat DbClassInfoCache