EdmComplexType Constructor (String, String, Boolean)
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, _
isOpen As Boolean _
)
'Usage
Dim namespaceName As String
Dim name As String
Dim isOpen As Boolean
Dim instance As New EdmComplexType(namespaceName, _
name, isOpen)
public EdmComplexType(
string namespaceName,
string name,
bool isOpen
)
public:
EdmComplexType(
String^ namespaceName,
String^ name,
bool isOpen
)
new :
namespaceName:string *
name:string *
isOpen:bool -> EdmComplexType
public function EdmComplexType(
namespaceName : String,
name : String,
isOpen : boolean
)
Parameters
- namespaceName
Type: System..::..String
The namespace this type belongs to.
- name
Type: System..::..String
The name of this type within its namespace.
- isOpen
Type: System..::..Boolean
true to indicate that this type is open; otherwise, false.