![]() ![]() | ||
The DataSet class supports datasets, which act as data caches you can access in code. Here is the inheritance hierarchy of this class:
Object MarshalByValueComponent DataSet
You can find the more notable public properties of DataSet objects in Table 22.21, their more notable methods in Table 22.22, and their more notable events in Table 22.23.
Property |
Means |
---|---|
CaseSensitive |
Gets/sets whether string comparisons are case-sensitive. |
DataSetName |
Gets/sets the name of the dataset. |
EnforceConstraints |
Gets/sets if constraint rules are enforced. |
HasErrors |
Indicates if there are errors in any row of any table. |
Locale |
Gets/sets the locale data to compare strings. |
Namespace |
Gets/sets the namespace of the dataset. |
Relations |
Get relation objects that link tables. |
Tables |
Gets tables in the dataset. |
Event |
Means |
---|---|
MergeFailed |
Occurs when a Merge operation fails. |
![]() ![]() | ||