C# Class MySql.Data.Types.MetaData

Afficher le fichier Open project: elevate/mysqlconnector-.net

Méthodes publiques

Méthode Description
IsNumericType ( string typename ) : bool
NameToType ( string typeName, bool unsigned, bool realAsFloat, MySqlConnection connection ) : MySqlDbType
SupportScale ( string typename ) : bool

Method Details

IsNumericType() public static méthode

public static IsNumericType ( string typename ) : bool
typename string
Résultat bool

NameToType() public static méthode

public static NameToType ( string typeName, bool unsigned, bool realAsFloat, MySqlConnection connection ) : MySqlDbType
typeName string
unsigned bool
realAsFloat bool
connection MySql.Data.MySqlClient.MySqlConnection
Résultat MySqlDbType

SupportScale() public static méthode

public static SupportScale ( string typename ) : bool
typename string
Résultat bool