Share via


Classe ResultSetView

Implémente des interfaces de liaison de données et fournit un pont entre les contrôles de l'interface utilisateur et SqlCeResultSet.

Hiérarchie d'héritage

System.Object
  System.Data.SqlServerCe.ResultSetView

Espace de noms :  System.Data.SqlServerCe
Assembly :  System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ResultSetView _
    Implements ITypedList, IBindingList, IList, ICollection,  _
    IEnumerable, IDisposable
'Utilisation
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

Le type ResultSetView expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Columns Obtient ou définit les colonnes par nom dans SqlCeResultSet qui sera lié à un contrôle donné.
Propriété publique Ordinals Obtient ou définit les colonnes par position ordinale dans SqlCeResultSet qui sera lié à un contrôle donné.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object)
Méthode protégée Finalize (hérité de Object)
Méthode publique GetHashCode (hérité de Object)
Méthode publique GetType (hérité de Object)
Méthode protégée MemberwiseClone (hérité de Object)
Méthode publique ToString (hérité de Object)

Haut de la page

Événements

  Nom Description
Événement public ListChanged Cet événement est déclenché lorsque les éléments sont ajoutés ou supprimés dans ResultSetView.

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IList.Add
Implémentation d'interface expliciteMéthode privée IBindingList.AddIndex
Implémentation d'interface expliciteMéthode privée IBindingList.AddNew
Implémentation d'interface explicitePropriété privée IBindingList.AllowEdit
Implémentation d'interface explicitePropriété privée IBindingList.AllowNew
Implémentation d'interface explicitePropriété privée IBindingList.AllowRemove
Implémentation d'interface expliciteMéthode privée IBindingList.ApplySort
Implémentation d'interface expliciteMéthode privée IList.Clear
Implémentation d'interface expliciteMéthode privée IList.Contains
Implémentation d'interface expliciteMéthode privée ICollection.CopyTo
Implémentation d'interface explicitePropriété privée ICollection.Count
Implémentation d'interface expliciteMéthode privée IDisposable.Dispose
Implémentation d'interface expliciteMéthode privée IBindingList.Find
Implémentation d'interface expliciteMéthode privée IEnumerable.GetEnumerator
Implémentation d'interface expliciteMéthode privée ITypedList.GetItemProperties
Implémentation d'interface expliciteMéthode privée ITypedList.GetListName
Implémentation d'interface expliciteMéthode privée IList.IndexOf
Implémentation d'interface expliciteMéthode privée IList.Insert
Implémentation d'interface explicitePropriété privée IList.IsFixedSize
Implémentation d'interface explicitePropriété privée IList.IsReadOnly
Implémentation d'interface explicitePropriété privée IBindingList.IsSorted
Implémentation d'interface explicitePropriété privée ICollection.IsSynchronized
Implémentation d'interface explicitePropriété privée IList.Item
Implémentation d'interface expliciteMéthode privée IList.Remove
Implémentation d'interface expliciteMéthode privée IList.RemoveAt
Implémentation d'interface expliciteMéthode privée IBindingList.RemoveIndex
Implémentation d'interface expliciteMéthode privée IBindingList.RemoveSort
Implémentation d'interface explicitePropriété privée IBindingList.SortDirection
Implémentation d'interface explicitePropriété privée IBindingList.SortProperty
Implémentation d'interface explicitePropriété privée IBindingList.SupportsChangeNotification
Implémentation d'interface explicitePropriété privée IBindingList.SupportsSearching
Implémentation d'interface explicitePropriété privée IBindingList.SupportsSorting
Implémentation d'interface explicitePropriété privée ICollection.SyncRoot

Haut de la page

Sécurité des threads

Tout membre statique public (Shared en Microsoft Visual Basic) de ce type est thread-safe. Tous les membres de l'instance ne sont pas garantis comme sûrs.

Voir aussi

Référence

Espace de noms System.Data.SqlServerCe