EdmValueTerm Constructor (String, String, IEdmTypeReference)
Initializes 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, _
name As String, _
type As IEdmTypeReference _
)
'Usage
Dim namespaceName As String
Dim name As String
Dim type As IEdmTypeReference
Dim instance As New EdmValueTerm(namespaceName, _
name, type)
public EdmValueTerm(
string namespaceName,
string name,
IEdmTypeReference type
)
public:
EdmValueTerm(
String^ namespaceName,
String^ name,
IEdmTypeReference^ type
)
new :
namespaceName:string *
name:string *
type:IEdmTypeReference -> EdmValueTerm
public function EdmValueTerm(
namespaceName : String,
name : String,
type : IEdmTypeReference
)
Parameters
- namespaceName
Type: System.String
Namespace of the term.
- name
Type: System.String
- type
Type: Microsoft.Data.Edm.IEdmTypeReference
Type of the term.