EdmStructuralProperty Constructor (IEdmStructuredType, String, IEdmTypeReference)

Initializes a new instance of the EdmStructuralProperty class.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Sub New ( _
    declaringType As IEdmStructuredType, _
    name As String, _
    type As IEdmTypeReference _
)
'Usage
Dim declaringType As IEdmStructuredType 
Dim name As String 
Dim type As IEdmTypeReference 

Dim instance As New EdmStructuralProperty(declaringType, _
    name, type)
public EdmStructuralProperty(
    IEdmStructuredType declaringType,
    string name,
    IEdmTypeReference type
)
public:
EdmStructuralProperty(
    IEdmStructuredType^ declaringType, 
    String^ name, 
    IEdmTypeReference^ type
)
new : 
        declaringType:IEdmStructuredType * 
        name:string * 
        type:IEdmTypeReference -> EdmStructuralProperty
public function EdmStructuralProperty(
    declaringType : IEdmStructuredType, 
    name : String, 
    type : IEdmTypeReference
)

Parameters

See Also

Reference

EdmStructuralProperty Class

EdmStructuralProperty Overload

Microsoft.Data.Edm.Library Namespace