Freigeben über


EdmProperty.CreateComplex-Methode

[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.]

Erstellt eine neue komplexe Eigenschaft.

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

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")> _
Public Shared Function CreateComplex ( _
    name As String, _
    complexType As ComplexType _
) As EdmProperty
'Usage
Dim name As String 
Dim complexType As ComplexType 
Dim returnValue As EdmProperty 

returnValue = EdmProperty.CreateComplex(name, _
    complexType)
[SuppressMessageAttribute("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
public static EdmProperty CreateComplex(
    string name,
    ComplexType complexType
)
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1011:ConsiderPassingBaseTypesAsParameters")]
public:
static EdmProperty^ CreateComplex(
    String^ name, 
    ComplexType^ complexType
)
[<SuppressMessageAttribute("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")>]
static member CreateComplex : 
        name:string * 
        complexType:ComplexType -> EdmProperty
public static function CreateComplex(
    name : String, 
    complexType : ComplexType
) : EdmProperty

Parameter

Rückgabewert

Typ: System.Data.Entity.Core.Metadata.Edm.EdmProperty
Die neu erstellte Eigenschaft.

Siehe auch

Verweis

EdmProperty Klasse

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