EdmDirectValueAnnotation(String, String, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the EdmDirectValueAnnotation class.
public EdmDirectValueAnnotation (string namespaceUri, string name, object value);
new Microsoft.OData.Edm.Vocabularies.EdmDirectValueAnnotation : string * string * obj -> Microsoft.OData.Edm.Vocabularies.EdmDirectValueAnnotation
Public Sub New (namespaceUri As String, name As String, value As Object)
Parameters
- namespaceUri
- String
Namespace URI of the annotation.
- name
- String
Name of the annotation within the namespace.
- value
- Object
Value of the annotation