点击或拖拽改变大小

DbDataSource 方法

X#

DbDataSource 类型公开以下成员。

方法
  名称说明
公共方法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).
Top
参见