EdmEntitySet Constructor (String, IEdmEntityType)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
elementType As IEdmEntityType _
)
'Usage
Dim name As String
Dim elementType As IEdmEntityType
Dim instance As New EdmEntitySet(name, elementType)
public EdmEntitySet(
string name,
IEdmEntityType elementType
)
public:
EdmEntitySet(
String^ name,
IEdmEntityType^ elementType
)
new :
name:string *
elementType:IEdmEntityType -> EdmEntitySet
public function EdmEntitySet(
name : String,
elementType : IEdmEntityType
)
Parameters
- name
Type: System..::..String
- elementType
Type: Microsoft.Data.Edm..::..IEdmEntityType