DbDataSource Methods |
The DbDataSource type exposes the following members.
Name | Description | |
---|---|---|
Add | This required method has not been implemented. | |
AddIndex | Adds the PropertyDescriptor to the indexes used for searching. | |
AddNew | Adds a new item to the list. | |
ApplySort | Sorts the list based on a PropertyDescriptor and a ListSortDirection. | |
Clear | Removes all items from the IList. | |
Contains | Determines whether the IList contains a specific value. | |
CopyTo | This required method has not (yet) been implemented | |
Find | This required method has not (yet) been implemented | |
GetEnumerator | Returns an enumerator with which you can walk the RDD. | |
IndexOf | Determines the index of a specific item in the IList. | |
Insert | This required method has not been implemented. | |
Remove | Removes the first occurrence of a specific object from the IList. | |
RemoveAt | Removes the IList item at the specified index. | |
RemoveIndex | This required method has not (yet) been implemented | |
RemoveSort | Removes any sort applied using ApplySort(PropertyDescriptor, ListSortDirection). |