ODataEnumValue Constructors
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.
Overloads
ODataEnumValue(String) |
Constructor |
ODataEnumValue(String, String) |
Constructor |
ODataEnumValue(String)
Constructor
public ODataEnumValue (string value);
new Microsoft.OData.ODataEnumValue : string -> Microsoft.OData.ODataEnumValue
Public Sub New (value As String)
Parameters
- value
- String
The backing type, can be "3" or "White" or "Black,Yellow,Cyan".
Applies to
ODataEnumValue(String, String)
Constructor
public ODataEnumValue (string value, string typeName);
new Microsoft.OData.ODataEnumValue : string * string -> Microsoft.OData.ODataEnumValue
Public Sub New (value As String, typeName As String)
Parameters
- value
- String
The backing type, can be "3" or "White" or "Black,Yellow,Cyan".
- typeName
- String
The type name in edm model.