Share via


EdmEntitySetBase(String, IEdmEntityType) Constructor

Definition

Initializes a new instance of the EdmEntitySetBase class.

protected EdmEntitySetBase (string name, Microsoft.OData.Edm.IEdmEntityType elementType);
new Microsoft.OData.Edm.EdmEntitySetBase : string * Microsoft.OData.Edm.IEdmEntityType -> Microsoft.OData.Edm.EdmEntitySetBase
Protected Sub New (name As String, elementType As IEdmEntityType)

Parameters

name
String

Name of the entity set base.

elementType
IEdmEntityType

The entity type of the elements in this entity set base.

Applies to