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