EdmComplexType Constructor (String, String)
Initializes a new instance of the EdmComplexType 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 EdmComplexType(namespaceName, _
name)
public EdmComplexType(
string namespaceName,
string name
)
public:
EdmComplexType(
String^ namespaceName,
String^ name
)
new :
namespaceName:string *
name:string -> EdmComplexType
public function EdmComplexType(
namespaceName : String,
name : String
)
Parameters
- namespaceName
Type: System.String
The namespace this type belongs to.
- name
Type: System.String
The name of this type within its namespace.