DataSet, DataTable, DataColumn, DataRow, UniqueConstraint, and ForeignKeyConstraint Class Reference
Now that you understand how to use the basic features of the DataSet and its related classes, let’s look at each of the properties, events, and methods that those classes expose.
Properties of the DataSet Class
The commonly used properties of the DataSet class are shown in Table 6-5.
Table 6-5. Properties of the DataSet Class
Property | Data Type | Description |
---|---|---|
CaseSensitive | Boolean | Controls whether string comparisons are case sensitive |
DataSetName | String | Returns the name of the DataSet |
DefaultViewManager | DataViewManager | Returns the default DataViewManager for the DataSet |
DesignMode | Boolean | Indicates whether the DataSet is in design mode |
EnforceConstraints | Boolean | Controls ... |
Get Programming Microsoft® ADO.NET 2.0 Core Reference, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.