Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Erstellt eine neue Instanz der ODataEntityPropertyMappingCollection-Klasse.
Namespace: Microsoft.Data.OData.Metadata
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Sub New ( _
other As IEnumerable(Of EntityPropertyMappingAttribute) _
)
'Usage
Dim other As IEnumerable(Of EntityPropertyMappingAttribute)
Dim instance As New ODataEntityPropertyMappingCollection(other)
public ODataEntityPropertyMappingCollection(
IEnumerable<EntityPropertyMappingAttribute> other
)
public:
ODataEntityPropertyMappingCollection(
IEnumerable<EntityPropertyMappingAttribute^>^ other
)
new :
other:IEnumerable<EntityPropertyMappingAttribute> -> ODataEntityPropertyMappingCollection
public function ODataEntityPropertyMappingCollection(
other : IEnumerable<EntityPropertyMappingAttribute>
)
Parameter
- other
Typ: System.Collections.Generic.IEnumerable<EntityPropertyMappingAttribute>
Ein aufzählbares Element von EntityPropertyMappingAttribute, das verwendet wird, um die Instanz zu initialisieren.Dieses Argument darf nicht NULL sein.
Siehe auch
Verweis
ODataEntityPropertyMappingCollection Klasse