Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CommandBehavior.SchemaOnly
Message
 
 
To
30/07/2013 13:37:41
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01579375
Message ID:
01579467
Views:
38
>>So, should I go back to Dictionary? Usually the number of columns for table no more than 250 columns.
>
>I would say yes. Your situation is what a Dictionary is designed for (quick lookup based off of a key), and the overhead to create it will probably be more than offset by the time it saves. I didn't see any compelling argument against doing so.

Thanks again. Luckily I did post my latest changes last night, so I just grabbed them back. I am only going to adjust the AddTableSchema method using your suggestion instead of looping through each row.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform