Share via


EdmValueTerm Constructor (String, String, EdmPrimitiveTypeKind)

Initializes a new instance of EdmValueTerm class. The new value term will be of the nullable primitive type.

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

Syntax

'Declaration
Public Sub New ( _
    namespaceName As String, _
    name As String, _
    type As EdmPrimitiveTypeKind _
)
'Usage
Dim namespaceName As String 
Dim name As String 
Dim type As EdmPrimitiveTypeKind 

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

Parameters

See Also

Reference

EdmValueTerm Class

EdmValueTerm Overload

Microsoft.Data.Edm.Library Namespace