EdmProperty.ComplexType-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 die Informationen zum komplexen Typ für diese Eigenschaft ab.
Namespace: System.Data.Entity.Core.Metadata.Edm
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public ReadOnly Property ComplexType As ComplexType
Get
'Usage
Dim instance As EdmProperty
Dim value As ComplexType
value = instance.ComplexType
public ComplexType ComplexType { get; }
public:
property ComplexType^ ComplexType {
ComplexType^ get ();
}
member ComplexType : ComplexType
function get ComplexType () : ComplexType
Eigenschaftswert
Typ: System.Data.Entity.Core.Metadata.Edm.ComplexType
Die Informationen zum komplexen Typ für diese Eigenschaft.