Freigeben über


EdmProperty.IsComplexType-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 diese Eigenschaft eine Eigenschaft mit einem komplexen Typ ist.

Namespace:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public ReadOnly Property IsComplexType As Boolean 
    Get
'Usage
Dim instance As EdmProperty 
Dim value As Boolean 

value = instance.IsComplexType
public bool IsComplexType { get; }
public:
property bool IsComplexType {
    bool get ();
}
member IsComplexType : bool
function get IsComplexType () : boolean

Eigenschaftswert

Typ: System.Boolean
true, wenn diese Eigenschaft eine Eigenschaft mit komplexem Typ ist, andernfalls false.

Siehe auch

Verweis

EdmProperty Klasse

System.Data.Entity.Core.Metadata.Edm-Namespace