The IDataAccessor<(Of <(T>)>) type exposes the following members.

Methods

  NameDescription
Delete
Deletes items from the store for the specified date range.
Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
GetCount
Gets the number of items available in the store in a given date range.
GetDateTimeAtIndex
Retrieves the DateTime value of the item at the specified index.
Load
Loads data from the data store. A time frame and/or number of items to load can be specified.
Save
Saves a list of items to the store.

See Also