EdmProperty.IsCollectionType-Eigenschaft
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Ruft ab, ob die Eigenschaft eine Auflistungstypeigenschaft ist.
Namespace: System.Data.Entity.Core.Metadata.Edm
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public ReadOnly Property IsCollectionType As Boolean
Get
'Usage
Dim instance As EdmProperty
Dim value As Boolean
value = instance.IsCollectionType
public bool IsCollectionType { get; }
public:
property bool IsCollectionType {
bool get ();
}
member IsCollectionType : bool
function get IsCollectionType () : boolean
Eigenschaftswert
Typ: System.Boolean
true, wenn die Eigenschaft eine Auflistungstypeigenschaft ist, andernfalls false.