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
- namespaceName
Type: System.String
Namespace of the term.
- name
Type: System.String
Name of the term.
- type
Type: Microsoft.Data.Edm.EdmPrimitiveTypeKind
Type of the term.