Share via


IDataViewMapperManager.Mappers Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a collection of mappers (objects that implement IDataViewMapper) managed by the object.

Namespace:  System.Runtime.Persistence
Assembly:  System.Runtime (in System.Runtime.dll)

Syntax

'Declaration
ReadOnly Property Mappers As ICollection(Of IDataViewMapper)
    Get
'Usage
Dim instance As IDataViewMapperManager
Dim value As ICollection(Of IDataViewMapper)

value = instance.Mappers
ICollection<IDataViewMapper> Mappers { get; }
property ICollection<IDataViewMapper^>^ Mappers {
    ICollection<IDataViewMapper^>^ get ();
}
function get Mappers () : ICollection<IDataViewMapper>
abstract Mappers : ICollection<IDataViewMapper>

Property Value

Type: System.Collections.Generic.ICollection<IDataViewMapper>
An ICollection<T>.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

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

Version Information

.NET Framework

Supported in: 4

See Also

Reference

IDataViewMapperManager Interface

IDataViewMapperManager Members

System.Runtime.Persistence Namespace