EdmSingleton(IEdmEntityContainer, 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 EdmSingleton class.
public EdmSingleton (Microsoft.OData.Edm.IEdmEntityContainer container, string name, Microsoft.OData.Edm.IEdmEntityType entityType);
new Microsoft.OData.Edm.EdmSingleton : Microsoft.OData.Edm.IEdmEntityContainer * string * Microsoft.OData.Edm.IEdmEntityType -> Microsoft.OData.Edm.EdmSingleton
Public Sub New (container As IEdmEntityContainer, name As String, entityType As IEdmEntityType)
Parameters
- container
- IEdmEntityContainer
An IEdmEntityContainer containing this entity set.
- name
- String
Name of the singleton.
- entityType
- IEdmEntityType
The entity type of the element of this singleton.