Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determining the row position in a dataset
Message
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
00667651
Message ID:
00669404
Views:
19
>A DataView is, by default, a read-only view of data. However, you can use the DataView to add, delete, or modify rows of data in the underlying table by setting one of three Boolean properties of the DataView. These properties are AllowNew, AllowEdit, and AllowDelete. They are set to true by default, and enable you to specify whether you can modify the data in the underlying DataTable of the DataView.

Maybe I'm missing something, but how can a DataView be read-only by default, when it's AllowNew, AllowEdit, and AllowDelete are set to .T.?
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform