EdmNamedElement Constructor

Creates a new instance of the EdmNamedElement class.

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

Syntax

'Declaration
Protected Sub New ( _
    name As String _
)
'Usage
Dim name As String 

Dim instance As New EdmNamedElement(name)
protected EdmNamedElement(
    string name
)
protected:
EdmNamedElement(
    String^ name
)
new : 
        name:string -> EdmNamedElement
protected function EdmNamedElement(
    name : String
)

Parameters

See Also

Reference

EdmNamedElement Class

Microsoft.Data.Edm.Library Namespace