Clase ResultSetView

Implementa las interfaces de enlace de datos y proporciona un puente entre los controles de la interfaz de usuario y SqlCeResultSet.

Jerarquía de herencia

System.Object
  System.Data.SqlServerCe.ResultSetView

Espacio de nombres:  System.Data.SqlServerCe
Ensamblado:  System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)

Sintaxis

'Declaración
Public NotInheritable Class ResultSetView _
    Implements ITypedList, IBindingList, IList, ICollection,  _
    IEnumerable, IDisposable
'Uso
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

El tipo ResultSetView expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Columns Obtiene o establece las columnas por nombre en un objeto SqlCeResultSet que se enlazará a un control determinado.
Propiedad pública Ordinals Obtiene o establece las columnas por posición ordinal en un objeto SqlCeResultSet que se enlazará a un control determinado.

Arriba

Métodos

  Nombre Descripción
Método público Equals (se hereda de Object)
Método protegido Finalize (se hereda de Object)
Método público GetHashCode (se hereda de Object)
Método público GetType (se hereda de Object)
Método protegido MemberwiseClone (se hereda de Object)
Método público ToString (se hereda de Object)

Arriba

Eventos

  Nombre Descripción
Evento público ListChanged Este evento se genera cuando se agregan o se quitan elementos de ResultSetView.

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IList.Add
Implementación de interfaces explícitasMétodo privado IBindingList.AddIndex
Implementación de interfaces explícitasMétodo privado IBindingList.AddNew
Implementación de interfaces explícitasPropiedad privada IBindingList.AllowEdit
Implementación de interfaces explícitasPropiedad privada IBindingList.AllowNew
Implementación de interfaces explícitasPropiedad privada IBindingList.AllowRemove
Implementación de interfaces explícitasMétodo privado IBindingList.ApplySort
Implementación de interfaces explícitasMétodo privado IList.Clear
Implementación de interfaces explícitasMétodo privado IList.Contains
Implementación de interfaces explícitasMétodo privado ICollection.CopyTo
Implementación de interfaces explícitasPropiedad privada ICollection.Count
Implementación de interfaces explícitasMétodo privado IDisposable.Dispose
Implementación de interfaces explícitasMétodo privado IBindingList.Find
Implementación de interfaces explícitasMétodo privado IEnumerable.GetEnumerator
Implementación de interfaces explícitasMétodo privado ITypedList.GetItemProperties
Implementación de interfaces explícitasMétodo privado ITypedList.GetListName
Implementación de interfaces explícitasMétodo privado IList.IndexOf
Implementación de interfaces explícitasMétodo privado IList.Insert
Implementación de interfaces explícitasPropiedad privada IList.IsFixedSize
Implementación de interfaces explícitasPropiedad privada IList.IsReadOnly
Implementación de interfaces explícitasPropiedad privada IBindingList.IsSorted
Implementación de interfaces explícitasPropiedad privada ICollection.IsSynchronized
Implementación de interfaces explícitasPropiedad privada IList.Item
Implementación de interfaces explícitasMétodo privado IList.Remove
Implementación de interfaces explícitasMétodo privado IList.RemoveAt
Implementación de interfaces explícitasMétodo privado IBindingList.RemoveIndex
Implementación de interfaces explícitasMétodo privado IBindingList.RemoveSort
Implementación de interfaces explícitasPropiedad privada IBindingList.SortDirection
Implementación de interfaces explícitasPropiedad privada IBindingList.SortProperty
Implementación de interfaces explícitasPropiedad privada IBindingList.SupportsChangeNotification
Implementación de interfaces explícitasPropiedad privada IBindingList.SupportsSearching
Implementación de interfaces explícitasPropiedad privada IBindingList.SupportsSorting
Implementación de interfaces explícitasPropiedad privada ICollection.SyncRoot

Arriba

Seguridad para subprocesos

Todos los miembros estáticos públicos (Shared in Microsoft Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres System.Data.SqlServerCe