Click or drag to resize

DbDataSource Methods

X#

The DbDataSource type exposes the following members.

Functions
  NameDescription
Public methodAdd
This required method has not been implemented.
Public methodAddIndex
Adds the PropertyDescriptor to the indexes used for searching.
Public methodAddNew
Adds a new item to the list.
Public methodApplySort
Sorts the list based on a PropertyDescriptor and a ListSortDirection.
Public methodClear
Removes all items from the IList.
Public methodContains
Determines whether the IList contains a specific value.
Public methodCopyTo
This required method has not (yet) been implemented
Public methodFind
This required method has not (yet) been implemented
Public methodGetEnumerator
Returns an enumerator with which you can walk the RDD.
Public methodIndexOf
Determines the index of a specific item in the IList.
Public methodInsert
This required method has not been implemented.
Public methodRemove
Removes the first occurrence of a specific object from the IList.
Public methodRemoveAt
Removes the IList item at the specified index.
Public methodRemoveIndex
This required method has not (yet) been implemented
Public methodRemoveSort
Removes any sort applied using ApplySort(PropertyDescriptor, ListSortDirection).
Top
See Also