C# Class Shaolinq.Persistence.SqlDataTypeProvider

Afficher le fichier Open project: tumtumtum/Shaolinq Class Usage Examples

Méthodes publiques

Méthode Description
GetSqlDataType ( Type type ) : SqlDataType
GetTypeForEnums ( ) : Type

Méthodes protégées

Méthode Description
SqlDataTypeProvider ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration ) : System

Method Details

GetSqlDataType() public abstract méthode

public abstract GetSqlDataType ( Type type ) : SqlDataType
type System.Type
Résultat SqlDataType

GetTypeForEnums() public méthode

public GetTypeForEnums ( ) : Type
Résultat System.Type

SqlDataTypeProvider() protected méthode

protected SqlDataTypeProvider ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration ) : System
constraintDefaultsConfiguration ConstraintDefaultsConfiguration
Résultat System