Share via


Classe RowView

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Hiérarchie d'héritage

System.Object
  System.Data.SqlServerCe.RowView

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

Syntaxe

'Déclaration
Public NotInheritable Class RowView _
    Implements IEditableObject, IDataErrorInfo, IDisposable
'Utilisation
Dim instance As RowView
public sealed class RowView : IEditableObject, 
    IDataErrorInfo, IDisposable
public ref class RowView sealed : IEditableObject, 
    IDataErrorInfo, IDisposable
[<SealedAttribute>]
type RowView =  
    class
        interface IEditableObject
        interface IDataErrorInfo
        interface IDisposable
    end
public final class RowView implements IEditableObject, IDataErrorInfo, IDisposable

Le type RowView expose les membres suivants.

Propriétés

  Nom Description
Propriété publique UpdatableRecord Infrastructure.

Haut de la page

Méthodes

  Nom Description
Méthode publique Dispose Infrastructure.
Méthode publique Equals Infrastructure. (remplace Object.Equals(Object).)
Méthode protégée Finalize (hérité de Object)
Méthode publique GetHashCode Infrastructure. (remplace Object.GetHashCode().)
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

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IEditableObject.BeginEdit Infrastructure.
Implémentation d'interface expliciteMéthode privée IEditableObject.CancelEdit Infrastructure.
Implémentation d'interface expliciteMéthode privée IEditableObject.EndEdit Infrastructure.
Implémentation d'interface explicitePropriété privée IDataErrorInfo.Error Infrastructure.
Implémentation d'interface explicitePropriété privée IDataErrorInfo.Item Infrastructure.

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