Share via


ResultSetView 类

实现数据绑定接口,并在用户界面控件与 SqlCeResultSet 之间起到桥梁作用。

继承层次结构

System.Object
  System.Data.SqlServerCe.ResultSetView

命名空间:  System.Data.SqlServerCe
程序集:  System.Data.SqlServerCe(在 System.Data.SqlServerCe.dll 中)

语法

声明
Public NotInheritable Class ResultSetView _
    Implements ITypedList, IBindingList, IList, ICollection,  _
    IEnumerable, IDisposable
用法
Dim instance As ResultSetView
public sealed class ResultSetView : ITypedList, 
    IBindingList, IList, ICollection, IEnumerable, IDisposable
public ref class ResultSetView sealed : ITypedList, 
    IBindingList, IList, ICollection, IEnumerable, IDisposable
[<SealedAttribute>]
type ResultSetView =  
    class
        interface ITypedList
        interface IBindingList
        interface IList
        interface ICollection
        interface IEnumerable
        interface IDisposable
    end
public final class ResultSetView implements ITypedList, IBindingList, IList, ICollection, IEnumerable, IDisposable

ResultSetView 类型公开以下成员。

属性

  名称 说明
公共属性 Columns 在将与给定控件绑定的 SqlCeResultSet 中按名称获取或设置列。
公共属性 Ordinals 在将与给定控件绑定的 SqlCeResultSet 中按序号位置获取或设置列。

页首

方法

  名称 说明
公共方法 Equals (继承自 Object
受保护方法 Finalize (继承自 Object
公共方法 GetHashCode (继承自 Object
公共方法 GetType (继承自 Object
受保护方法 MemberwiseClone (继承自 Object
公共方法 ToString (继承自 Object

页首

事件

  名称 说明
公共事件 ListChanged 在 ResultSetView 中添加或删除项目时会引发此事件。

页首

显式接口实现

  名称 说明
显式接口实现私有方法 IList.Add
显式接口实现私有方法 IBindingList.AddIndex
显式接口实现私有方法 IBindingList.AddNew
显式接口实现私有属性 IBindingList.AllowEdit
显式接口实现私有属性 IBindingList.AllowNew
显式接口实现私有属性 IBindingList.AllowRemove
显式接口实现私有方法 IBindingList.ApplySort
显式接口实现私有方法 IList.Clear
显式接口实现私有方法 IList.Contains
显式接口实现私有方法 ICollection.CopyTo
显式接口实现私有属性 ICollection.Count
显式接口实现私有方法 IDisposable.Dispose
显式接口实现私有方法 IBindingList.Find
显式接口实现私有方法 IEnumerable.GetEnumerator
显式接口实现私有方法 ITypedList.GetItemProperties
显式接口实现私有方法 ITypedList.GetListName
显式接口实现私有方法 IList.IndexOf
显式接口实现私有方法 IList.Insert
显式接口实现私有属性 IList.IsFixedSize
显式接口实现私有属性 IList.IsReadOnly
显式接口实现私有属性 IBindingList.IsSorted
显式接口实现私有属性 ICollection.IsSynchronized
显式接口实现私有属性 IList.Item
显式接口实现私有方法 IList.Remove
显式接口实现私有方法 IList.RemoveAt
显式接口实现私有方法 IBindingList.RemoveIndex
显式接口实现私有方法 IBindingList.RemoveSort
显式接口实现私有属性 IBindingList.SortDirection
显式接口实现私有属性 IBindingList.SortProperty
显式接口实现私有属性 IBindingList.SupportsChangeNotification
显式接口实现私有属性 IBindingList.SupportsSearching
显式接口实现私有属性 IBindingList.SupportsSorting
显式接口实现私有属性 ICollection.SyncRoot

页首

线程安全

此类型的任何公共静态(在 Microsoft Visual Basic 中为共享)成员是线程安全的。不保证所有实例成员都对于线程安全的。

请参阅

参考

System.Data.SqlServerCe 命名空间