EdmEntitySetBase(String, IEdmEntityType) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.