Share via


ResultSetView Class

Implementa interfaces de associação de dados e fornece uma ponte entre os controles da interface do usuário e o SqlCeResultSet.

Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (em system.data.sqlserverce.dll)

Sintaxe

'Declaração
Public NotInheritable Class ResultSetView
    Implements ITypedList, IBindingList, IList, ICollection, _
    IEnumerable, IDisposable
public sealed class ResultSetView : ITypedList, IBindingList, IList, 
    ICollection, IEnumerable, IDisposable
public ref class ResultSetView sealed : ITypedList, IBindingList, IList, 
    ICollection, IEnumerable, IDisposable
public final class ResultSetView implements ITypedList, IBindingList, 
    IList, ICollection, IEnumerable, IDisposable
public final class ResultSetView implements ITypedList, IBindingList, 
    IList, ICollection, IEnumerable, IDisposable

Hierarquia de herança

System.Object
  System.Data.SqlServerCe.ResultSetView

Segurança de thread

Quaisquer membros estáticos públicos (compartilhados no Microsoft Visual Basic) desse tipo são thread safe. Não há garantia de que qualquer membro de instância seja thread safe.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows Mobile 5.0, Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Mobile 2003 for Pocket PC, Windows CE 5.0
Informações de versão
.NET Framework e NET Compact Framework
Com suporte no 3.5
.NET Framework
Com suporte no 3.0
.NET Compact Framework e .Net Framework
Com suporte no 2.0

Consulte também

Referência

ResultSetView Members
System.Data.SqlServerCe Namespace