IMemberProviderTRecord, TFieldEnum, TFilterRule Methods

The IMemberProviderTRecord, TFieldEnum, TFilterRule generic type exposes the following members.

Methods
  NameDescription
Public methodDeleteRecord
Deletes a record specified by its ID.
Public methodGetAllRecords
Gets all records.
Public methodGetById
Retrieves a list of records having the specified IDs.
Public methodImportRecord
Imports a record to the underlying storage mechanism.
Public methodQuery
Queries for records.
Public methodQueryCount
Queries for the number of records matching a filter criteria.
Public methodSaveRecord
Saves a record.
Top
See Also