IData |
public interface IDataSetAccessor<TKey, TValue>
The IDataSetAccessorTKey, TValue type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentDataSet | Return the current data. If no data is available then the collection of DataSetTKey, TValue is empty. |
| Name | Description | |
|---|---|---|
| DataSetChanged | Raised when the property CurrentDataSet is changed. |