Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ENUM Woes
Message
From
14/08/2007 18:28:25
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Miscellaneous
Thread ID:
01248158
Message ID:
01248162
Views:
24
Try
namespace MyProject
{
    public enum DatabaseType
    {
        MSSQL,
        Oracle
    }

    class MyClass
    {
       public DatabaseType iDataBaseType = DatabaseType.MSSQL;
    }
}
Very fitting: http://xkcd.com/386/
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform