Sugerir traducción
 
Otros han sugerido:

progress indicator
No hay más sugerencias.
Evaluar y enviar comentarios
Contraer todo/Expandir todo Contraer todo
Ver contenido:  en paraleloVer contenido: en paralelo
.NET Framework Class Library
DataViewManager Class

Contains a default DataViewSettingCollection for each DataTable in a DataSet.

System..::.Object
  System.ComponentModel..::.MarshalByValueComponent
    System.Data..::.DataViewManager

Namespace:  System.Data
Assembly:  System.Data (in System.Data.dll)
Visual Basic
Public Class DataViewManager _
    Inherits MarshalByValueComponent _
    Implements IBindingList, IList, ICollection, IEnumerable,  _
    ITypedList
C#
public class DataViewManager : MarshalByValueComponent, 
    IBindingList, IList, ICollection, IEnumerable, ITypedList
Visual C++
public ref class DataViewManager : public MarshalByValueComponent, 
    IBindingList, IList, ICollection, IEnumerable, ITypedList
F#
type DataViewManager =  
    class
        inherit MarshalByValueComponent
        interface IBindingList
        interface IList
        interface ICollection
        interface IEnumerable
        interface ITypedList
    end

The DataViewManager type exposes the following members.

  NameDescription
Public methodSupported by the XNA FrameworkDataViewManager()()()Initializes a new instance of the DataViewManager class.
Public methodSupported by the XNA FrameworkDataViewManager(DataSet)Initializes a new instance of the DataViewManager class for the specified DataSet.
Top
  NameDescription
Public propertySupported by the XNA FrameworkContainerGets the container for the component. (Inherited from MarshalByValueComponent.)
Public propertySupported by the XNA FrameworkDataSetGets or sets the DataSet to use with the DataViewManager.
Public propertySupported by the XNA FrameworkDataViewSettingCollectionStringGets or sets a value that is used for code persistence.
Public propertySupported by the XNA FrameworkDataViewSettingsGets the DataViewSettingCollection for each DataTable in the DataSet.
Public propertySupported by the XNA FrameworkDesignModeGets a value indicating whether the component is currently in design mode. (Inherited from MarshalByValueComponent.)
Protected propertySupported by the XNA FrameworkEventsGets the list of event handlers that are attached to this component. (Inherited from MarshalByValueComponent.)
Public propertySupported by the XNA FrameworkSiteGets or sets the site of the component. (Inherited from MarshalByValueComponent.)
Top
  NameDescription
Public methodSupported by the XNA FrameworkCreateDataViewCreates a DataView for the specified DataTable.
Public methodSupported by the XNA FrameworkDispose()()()Releases all resources used by the MarshalByValueComponent. (Inherited from MarshalByValueComponent.)
Protected methodSupported by the XNA FrameworkDispose(Boolean)Releases the unmanaged resources used by the MarshalByValueComponent and optionally releases the managed resources. (Inherited from MarshalByValueComponent.)
Public methodSupported by the XNA FrameworkEquals(Object)Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the XNA FrameworkFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from MarshalByValueComponent.)
Public methodSupported by the XNA FrameworkGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the XNA FrameworkGetServiceGets the implementer of the IServiceProvider. (Inherited from MarshalByValueComponent.)
Public methodSupported by the XNA FrameworkGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by the XNA FrameworkMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Protected methodSupported by the XNA FrameworkOnListChangedRaises the ListChanged event.
Protected methodSupported by the XNA FrameworkRelationCollectionChangedRaises a CollectionChanged event when a DataRelation is added to or removed from the DataRelationCollection.
Protected methodSupported by the XNA FrameworkTableCollectionChangedRaises a CollectionChanged event when a DataTable is added to or removed from the DataTableCollection.
Public methodSupported by the XNA FrameworkToStringReturns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from MarshalByValueComponent.)
Top
  NameDescription
Public eventSupported by the XNA FrameworkDisposedAdds an event handler to listen to the Disposed event on the component. (Inherited from MarshalByValueComponent.)
Public eventSupported by the XNA FrameworkListChangedOccurs after a row is added to or deleted from a DataView.
Top
  NameDescription
Public Extension MethodAsParallelEnables parallelization of a query. (Defined by ParallelEnumerable.)
Public Extension MethodAsQueryableConverts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension MethodSupported by the XNA FrameworkCast<(Of <(TResult>)>)Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension MethodSupported by the XNA FrameworkOfType<(Of <(TResult>)>)Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Top
  NameDescription
Explicit interface implemetationPrivate methodSupported by the XNA FrameworkIBindingList..::.AddIndexAdds the PropertyDescriptor to the indexes used for searching.
Explicit interface implemetationPrivate methodSupported by the XNA FrameworkIBindingList..::.AddNewFor a description of this member, see IBindingList..::.AddNew.
Explicit interface implemetationPrivate propertySupported by the XNA FrameworkIBindingList..::.AllowEditFor a description of this member, see IBindingList..::.AllowEdit.
Explicit interface implemetationPrivate propertySupported by the XNA FrameworkIBindingList..::.AllowNewFor a description of this member, see IBindingList..::.AllowNew.
Explicit interface implemetationPrivate propertySupported by the XNA FrameworkIBindingList..::.AllowRemoveFor a description of this member, see IBindingList..::.AllowRemove.
Explicit interface implemetationPrivate methodSupported by the XNA FrameworkIBindingList..::.ApplySortSorts the list based on a PropertyDescriptor and a ListSortDirection.
Explicit interface implemetationPrivate methodSupported by the XNA FrameworkIBindingList..::.FindReturns the index of the row that has the given PropertyDescriptor.
Explicit interface implemetationPrivate propertySupported by the XNA FrameworkIBindingList..::.IsSortedFor a description of this member, see IBindingList..::.IsSorted.
Explicit interface implemetationPrivate methodSupported by the XNA FrameworkIBindingList..::.RemoveIndexRemoves the PropertyDescriptor from the indexes used for searching.
Explicit interface implemetationPrivate methodSupported by the XNA FrameworkIBindingList..::.RemoveSortRemoves any sort applied using ApplySort.
Explicit interface implemetationPrivate propertySupported by the XNA FrameworkIBindingList..::.SortDirectionFor a description of this member, see IBindingList..::.SortDirection.
Explicit interface implemetationPrivate propertySupported by the XNA FrameworkIBindingList..::.SortPropertyFor a description of this member, see IBindingList..::.SortProperty.
Explicit interface implemetationPrivate propertySupported by the XNA FrameworkIBindingList..::.SupportsChangeNotificationFor a description of this member, see IBindingList..::.SupportsChangeNotification.
Explicit interface implemetationPrivate propertySupported by the XNA FrameworkIBindingList..::.SupportsSearchingFor a description of this member, see IBindingList..::.SupportsSearching.
Explicit interface implemetationPrivate propertySupported by the XNA FrameworkIBindingList..::.SupportsSortingFor a description of this member, see IBindingList..::.SupportsSorting.
Explicit interface implemetationPrivate methodSupported by the XNA FrameworkICollection..::.CopyToCopies the elements of the ICollection to an Array, starting at a particular Array index.
Explicit interface implemetationPrivate propertySupported by the XNA FrameworkICollection..::.CountFor a description of this member, see ICollection..::.Count.
Explicit interface implemetationPrivate propertySupported by the XNA FrameworkICollection..::.IsSynchronizedFor a description of this member, see ICollection..::.IsSynchronized.
Explicit interface implemetationPrivate propertySupported by the XNA FrameworkICollection..::.SyncRootFor a description of this member, see ICollection..::.SyncRoot.
Explicit interface implemetationPrivate methodSupported by the XNA FrameworkIEnumerable..::.GetEnumeratorFor a description of this member, see IEnumerable..::.GetEnumerator.
Explicit interface implemetationPrivate methodSupported by the XNA FrameworkIList..::.AddAdds an item to the IList.
Explicit interface implemetationPrivate methodSupported by the XNA FrameworkIList..::.ClearFor a description of this member, see IList..::.Clear.
Explicit interface implemetationPrivate methodSupported by the XNA FrameworkIList..::.ContainsDetermines whether the IList contains a specific value.
Explicit interface implemetationPrivate methodSupported by the XNA FrameworkIList..::.IndexOfDetermines the index of a specific item in the IList.
Explicit interface implemetationPrivate methodSupported by the XNA FrameworkIList..::.InsertInserts an item to the IList at the specified index.
Explicit interface implemetationPrivate propertySupported by the XNA FrameworkIList..::.IsFixedSizeFor a description of this member, see IList..::.IsFixedSize.
Explicit interface implemetationPrivate propertySupported by the XNA FrameworkIList..::.IsReadOnlyFor a description of this member, see IList..::.IsReadOnly.
Explicit interface implemetationPrivate propertySupported by the XNA FrameworkIList..::.ItemGets or sets the element at the specified index.
Explicit interface implemetationPrivate methodSupported by the XNA FrameworkIList..::.RemoveRemoves the first occurrence of a specific object from the IList.
Explicit interface implemetationPrivate methodSupported by the XNA FrameworkIList..::.RemoveAtRemoves the IList item at the specified index.
Explicit interface implemetationPrivate methodSupported by the XNA FrameworkITypedList..::.GetItemPropertiesFor a description of this member, see ITypedList..::.GetItemProperties.
Explicit interface implemetationPrivate methodSupported by the XNA FrameworkITypedList..::.GetListNameReturns the name of the list.
Top

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

This type is safe for multithreaded read operations. You must synchronize any write operations.

Biblioteca de clases de .NET Framework
DataViewManager (Clase)

Contiene un DataViewSettingCollection predeterminado para cada DataTable de un DataSet.

System..::.Object
  System.ComponentModel..::.MarshalByValueComponent
    System.Data..::.DataViewManager

Espacio de nombres:  System.Data
Ensamblado:  System.Data (en System.Data.dll)
Visual Basic
Public Class DataViewManager _
    Inherits MarshalByValueComponent _
    Implements IBindingList, IList, ICollection, IEnumerable,  _
    ITypedList
C#
public class DataViewManager : MarshalByValueComponent, 
    IBindingList, IList, ICollection, IEnumerable, ITypedList
Visual C++
public ref class DataViewManager : public MarshalByValueComponent, 
    IBindingList, IList, ICollection, IEnumerable, ITypedList
F#
type DataViewManager =  
    class
        inherit MarshalByValueComponent
        interface IBindingList
        interface IList
        interface ICollection
        interface IEnumerable
        interface ITypedList
    end

El tipo DataViewManager expone los siguientes miembros.

  NombreDescripción
Método públicoCompatible con XNA FrameworkDataViewManager()()()Inicializa una nueva instancia de la clase DataViewManager.
Método públicoCompatible con XNA FrameworkDataViewManager(DataSet)Inicializa una nueva instancia de la clase DataViewManager para el objetoDataSet especificado.
Arriba
  NombreDescripción
Propiedad públicaCompatible con XNA FrameworkContainerObtiene el contenedor del componente. (Se hereda de MarshalByValueComponent).
Propiedad públicaCompatible con XNA FrameworkDataSetObtiene o establece el objeto DataSet que se va a usar con DataViewManager.
Propiedad públicaCompatible con XNA FrameworkDataViewSettingCollectionStringObtiene o establece un valor utilizado para la persistencia de código.
Propiedad públicaCompatible con XNA FrameworkDataViewSettingsObtiene el DataViewSettingCollection de cada DataTable en el DataSet.
Propiedad públicaCompatible con XNA FrameworkDesignModeObtiene un valor que indica si el componente está actualmente en modo de diseño. (Se hereda de MarshalByValueComponent).
Propiedad protegidaCompatible con XNA FrameworkEventsObtiene la lista de controladores de eventos asociados a este componente. (Se hereda de MarshalByValueComponent).
Propiedad públicaCompatible con XNA FrameworkSiteObtiene o establece el sitio del componente. (Se hereda de MarshalByValueComponent).
Arriba
  NombreDescripción
Método públicoCompatible con XNA FrameworkCreateDataViewCrea un DataView para el DataTable especificado.
Método públicoCompatible con XNA FrameworkDispose()()()Libera todos los recursos utilizados por el objeto MarshalByValueComponent. (Se hereda de MarshalByValueComponent).
Método protegidoCompatible con XNA FrameworkDispose(Boolean)Libera los recursos no administrados usados por MarshalByValueComponent y, opcionalmente, los recursos administrados. (Se hereda de MarshalByValueComponent).
Método públicoCompatible con XNA FrameworkEquals(Object)Determina si el objeto Object especificado es igual al objeto Object actual. (Se hereda de Object).
Método protegidoCompatible con XNA FrameworkFinalizePermite que un objeto intente liberar recursos y realizar otras operaciones de limpieza antes de ser reclamado por la recolección de elementos no utilizados. (Se hereda de MarshalByValueComponent).
Método públicoCompatible con XNA FrameworkGetHashCodeActúa como función hash para un tipo concreto. (Se hereda de Object).
Método públicoCompatible con XNA FrameworkGetServiceObtiene el implementador de IServiceProvider. (Se hereda de MarshalByValueComponent).
Método públicoCompatible con XNA FrameworkGetTypeObtiene el objeto Type de la instancia actual. (Se hereda de Object).
Método protegidoCompatible con XNA FrameworkMemberwiseCloneCrea una copia superficial del objeto Object actual. (Se hereda de Object).
Método protegidoCompatible con XNA FrameworkOnListChangedGenera el evento ListChanged.
Método protegidoCompatible con XNA FrameworkRelationCollectionChangedGenera un evento CollectionChanged cuando se agrega o se quita un objeto DataRelation de DataRelationCollection.
Método protegidoCompatible con XNA FrameworkTableCollectionChangedProvoca un evento CollectionChanged cuando se agrega o se quita un objeto DataTable de DataTableCollection.
Método públicoCompatible con XNA FrameworkToStringDevuelve un objeto String que contiene el nombre del objeto Component, en caso de que exista. Este método no debe reemplazarse. (Se hereda de MarshalByValueComponent).
Arriba
  NombreDescripción
Evento públicoCompatible con XNA FrameworkDisposedAgrega un controlador de eventos para escuchar el evento Disposed en el componente. (Se hereda de MarshalByValueComponent).
Evento públicoCompatible con XNA FrameworkListChangedSe produce al agregar o eliminar una fila de DataView.
Arriba
  NombreDescripción
Método de extensión públicoAsParallelHabilita la paralelización de una consulta. (Definido por ParallelEnumerable).
Método de extensión públicoAsQueryableConvierte una interfaz IEnumerable en IQueryable. (Definido por Queryable).
Método de extensión públicoCompatible con XNA FrameworkCast<(Of <(TResult>)>)Convierte los elementos de IEnumerable en el tipo especificado. (Definido por Enumerable).
Método de extensión públicoCompatible con XNA FrameworkOfType<(Of <(TResult>)>)Filtra los elementos de IEnumerable en función de un tipo especificado. (Definido por Enumerable).
Arriba
  NombreDescripción
Implementación explícita de interfacesMétodo privadoCompatible con XNA FrameworkIBindingList..::.AddIndexAgrega PropertyDescriptor a los índices utilizados para las búsquedas.
Implementación explícita de interfacesMétodo privadoCompatible con XNA FrameworkIBindingList..::.AddNewPara obtener una descripción de este miembro, vea IBindingList..::.AddNew.
Implementación explícita de interfacesPropiedad privadaCompatible con XNA FrameworkIBindingList..::.AllowEditPara obtener una descripción de este miembro, vea IBindingList..::.AllowEdit.
Implementación explícita de interfacesPropiedad privadaCompatible con XNA FrameworkIBindingList..::.AllowNewPara obtener una descripción de este miembro, vea IBindingList..::.AllowNew.
Implementación explícita de interfacesPropiedad privadaCompatible con XNA FrameworkIBindingList..::.AllowRemovePara obtener una descripción de este miembro, vea IBindingList..::.AllowRemove.
Implementación explícita de interfacesMétodo privadoCompatible con XNA FrameworkIBindingList..::.ApplySortOrdena la lista basándose en PropertyDescriptor y ListSortDirection.
Implementación explícita de interfacesMétodo privadoCompatible con XNA FrameworkIBindingList..::.FindDevuelve el índice de la fila que tiene el PropertyDescriptor especificado.
Implementación explícita de interfacesPropiedad privadaCompatible con XNA FrameworkIBindingList..::.IsSortedPara obtener una descripción de este miembro, vea IBindingList..::.IsSorted.
Implementación explícita de interfacesMétodo privadoCompatible con XNA FrameworkIBindingList..::.RemoveIndexQuita el PropertyDescriptor de los índices utilizados para las búsquedas.
Implementación explícita de interfacesMétodo privadoCompatible con XNA FrameworkIBindingList..::.RemoveSortQuita cualquier ordenación aplicada mediante el ApplySort.
Implementación explícita de interfacesPropiedad privadaCompatible con XNA FrameworkIBindingList..::.SortDirectionPara obtener una descripción de este miembro, vea IBindingList..::.SortDirection.
Implementación explícita de interfacesPropiedad privadaCompatible con XNA FrameworkIBindingList..::.SortPropertyPara obtener una descripción de este miembro, vea IBindingList..::.SortProperty.
Implementación explícita de interfacesPropiedad privadaCompatible con XNA FrameworkIBindingList..::.SupportsChangeNotificationPara obtener una descripción de este miembro, vea IBindingList..::.SupportsChangeNotification.
Implementación explícita de interfacesPropiedad privadaCompatible con XNA FrameworkIBindingList..::.SupportsSearchingPara obtener una descripción de este miembro, vea IBindingList..::.SupportsSearching.
Implementación explícita de interfacesPropiedad privadaCompatible con XNA FrameworkIBindingList..::.SupportsSortingPara obtener una descripción de este miembro, vea IBindingList..::.SupportsSorting.
Implementación explícita de interfacesMétodo privadoCompatible con XNA FrameworkICollection..::.CopyToCopia los elementos de la interfaz ICollection a un objeto Array, a partir de un índice determinado de la clase Array.
Implementación explícita de interfacesPropiedad privadaCompatible con XNA FrameworkICollection..::.CountPara obtener una descripción de este miembro, vea ICollection..::.Count.
Implementación explícita de interfacesPropiedad privadaCompatible con XNA FrameworkICollection..::.IsSynchronizedPara obtener una descripción de este miembro, vea ICollection..::.IsSynchronized.
Implementación explícita de interfacesPropiedad privadaCompatible con XNA FrameworkICollection..::.SyncRootPara obtener una descripción de este miembro, vea ICollection..::.SyncRoot.
Implementación explícita de interfacesMétodo privadoCompatible con XNA FrameworkIEnumerable..::.GetEnumeratorPara obtener una descripción de este miembro, vea IEnumerable..::.GetEnumerator.
Implementación explícita de interfacesMétodo privadoCompatible con XNA FrameworkIList..::.AddAgrega un elemento a la interfaz IList.
Implementación explícita de interfacesMétodo privadoCompatible con XNA FrameworkIList..::.ClearPara obtener una descripción de este miembro, vea IList..::.Clear.
Implementación explícita de interfacesMétodo privadoCompatible con XNA FrameworkIList..::.ContainsDetermina si la interfaz IList contiene un valor específico.
Implementación explícita de interfacesMétodo privadoCompatible con XNA FrameworkIList..::.IndexOfDetermina el índice de un elemento específico en la interfaz IList.
Implementación explícita de interfacesMétodo privadoCompatible con XNA FrameworkIList..::.InsertInserta un elemento en la interfaz IList, en el índice especificado.
Implementación explícita de interfacesPropiedad privadaCompatible con XNA FrameworkIList..::.IsFixedSizePara obtener una descripción de este miembro, vea IList..::.IsFixedSize.
Implementación explícita de interfacesPropiedad privadaCompatible con XNA FrameworkIList..::.IsReadOnlyPara obtener una descripción de este miembro, vea IList..::.IsReadOnly.
Implementación explícita de interfacesPropiedad privadaCompatible con XNA FrameworkIList..::.ItemObtiene o establece el elemento que se encuentra en el índice especificado.
Implementación explícita de interfacesMétodo privadoCompatible con XNA FrameworkIList..::.RemoveQuita la primera aparición de un objeto específico de IList.
Implementación explícita de interfacesMétodo privadoCompatible con XNA FrameworkIList..::.RemoveAtQuita el elemento de IList en el índice especificado.
Implementación explícita de interfacesMétodo privadoCompatible con XNA FrameworkITypedList..::.GetItemPropertiesPara obtener una descripción de este miembro, vea ITypedList..::.GetItemProperties.
Implementación explícita de interfacesMétodo privadoCompatible con XNA FrameworkITypedList..::.GetListNameDevuelve el nombre de la lista.
Arriba

.NET Framework

Compatible con: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Compatible con: 4, 3.5 SP1

Windows 7, Windows Vista SP1 o posterior, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (no se admite Server Core), Windows Server 2008 R2 (se admite Server Core con SP1 o posterior), Windows Server 2003 SP2

.NET Framework no admite todas las versiones de todas las plataformas. Para obtener una lista de las versiones compatibles, vea Requisitos de sistema de .NET Framework.

Este tipo es seguro para operaciones de lectura multiproceso. Debe sincronizar cualquier operación de escritura.

Contenido de la comunidad   ¿Qué es Community Content?
Agregar contenido nuevo RSS  Anotaciones
Processing
© 2012 Microsoft. Reservados todos los derechos. Términos de uso | Marcas Registradas | Privacidad
Page view tracker