EdmEnumType Constructor (String, String)
Initializes a new instance of the EdmEnumType class with Int32 underlying 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 _
)
'Usage
Dim namespaceName As String
Dim name As String
Dim instance As New EdmEnumType(namespaceName, _
name)
public EdmEnumType(
string namespaceName,
string name
)
public:
EdmEnumType(
String^ namespaceName,
String^ name
)
new :
namespaceName:string *
name:string -> EdmEnumType
public function EdmEnumType(
namespaceName : String,
name : String
)
Parameters
- namespaceName
Type: System.String
The namespace this enumeration type belongs to.
- name
Type: System.String
The name of this enumeration type.