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 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

System.Data.SqlServerCe 命名空間