EdmValueTerm Constructor (String, String, String, IEdmTypeReference)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Creates a new instance of the EdmValueTerm class.

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

Syntax

'Declaration
Public Sub New ( _
    namespaceName As String, _
    namespaceUri As String, _
    localName As String, _
    type As IEdmTypeReference _
)
'Usage
Dim namespaceName As String
Dim namespaceUri As String
Dim localName As String
Dim type As IEdmTypeReference

Dim instance As New EdmValueTerm(namespaceName, _
    namespaceUri, localName, type)
public EdmValueTerm(
    string namespaceName,
    string namespaceUri,
    string localName,
    IEdmTypeReference type
)
public:
EdmValueTerm(
    String^ namespaceName, 
    String^ namespaceUri, 
    String^ localName, 
    IEdmTypeReference^ type
)
new : 
        namespaceName:string * 
        namespaceUri:string * 
        localName:string * 
        type:IEdmTypeReference -> EdmValueTerm
public function EdmValueTerm(
    namespaceName : String, 
    namespaceUri : String, 
    localName : String, 
    type : IEdmTypeReference
)

Parameters

See Also

Reference

EdmValueTerm Class

EdmValueTerm Overload

Microsoft.Data.Edm.Library Namespace