Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ENUM Woes
Message
De
14/08/2007 18:28:25
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
 
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Divers
Thread ID:
01248158
Message ID:
01248162
Vues:
25
Try
namespace MyProject
{
    public enum DatabaseType
    {
        MSSQL,
        Oracle
    }

    class MyClass
    {
       public DatabaseType iDataBaseType = DatabaseType.MSSQL;
    }
}
Very fitting: http://xkcd.com/386/
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform