EdmValueTerm Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the EdmValueTerm class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
EdmValueTerm(String, String, EdmPrimitiveTypeKind) | Initializes a new instance of EdmValueTerm class. The new value term will be of the nullable primitive type. | |
EdmValueTerm(String, String, IEdmTypeReference) | Initializes a new instance of the EdmValueTerm class. |
Top