点击或拖拽改变大小

DbDataSource 属性

X#

DbDataSource 类型公开以下成员。

属性
  名称说明
公共属性AllowEdit
TRUE when the workarea is not readonly
公共属性AllowNew
TRUE when the workarea is not readonly
公共属性AllowRemove
TRUE when the workarea is not readonly
公共属性Count
Returns the # of records in the RDD
公共属性EoF
Is underlying workarea at EOF
公共属性FullName
File name of underlying workarea
公共属性IsFixedSize
Gets a value indicating whether the IList has a fixed size.
公共属性IsReadOnly
TRUE when the workarea is readonly
公共属性IsSorted
Gets whether the items in the list are sorted.
公共属性Item
Retrieve the DbRecordObject for the record at the given position
公共属性Name
Alias of underlying workarea
公共属性RecNo
Recordnumber in underlying workarea
公共属性ShowDeleted
Should the Deleted Flag be included as "virtual column"
公共属性ShowRecno
Should the Record number be included as "virtual column"
公共属性SortDirection
Gets the direction of the sort.
公共属性SortProperty
Gets the PropertyDescriptor that is being used for sorting.
公共属性SupportsChangeNotification
Gets whether a ListChanged event is raised when the list changes or an item in the list changes.
公共属性SupportsSearching
Gets whether the list supports searching using the Find(PropertyDescriptor, Object) method.
公共属性SupportsSorting
Gets whether the list supports sorting.
Top
参见