C# Class ET.Obj2Schema.Maps.DbDataTypesMapBase

Maps .NET types to database types
Afficher le fichier Open project: etcoding/Obj2Schema Class Usage Examples

Méthodes publiques

Méthode Description
DbDataTypesMapBase ( ) : System

Initializes a new instance of the DbDataTypesMapBase class.

DbDataTypesMapBase ( string>.Dictionary typeMap ) : System

Initializes a new instance of the DbDataTypesMapBase class.

HasMappingFor ( Type type ) : bool

Determines whether the mapping for a given type was specified.

this ( Type type ) : string

Gets the System.String for given type.

Method Details

DbDataTypesMapBase() public méthode

Initializes a new instance of the DbDataTypesMapBase class.
public DbDataTypesMapBase ( ) : System
Résultat System

DbDataTypesMapBase() public méthode

Initializes a new instance of the DbDataTypesMapBase class.
public DbDataTypesMapBase ( string>.Dictionary typeMap ) : System
typeMap string>.Dictionary The type map.
Résultat System

HasMappingFor() public méthode

Determines whether the mapping for a given type was specified.
public HasMappingFor ( Type type ) : bool
type System.Type The type.
Résultat bool

this() public méthode

Gets the System.String for given type.
public this ( Type type ) : string
type System.Type
Résultat string