ODataConventionModelBuilder.AddEntitySet Method
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.
Registers an entity set as a part of the model and returns an object that can be used to configure the entity set. This method can be called multiple times for the same type to perform multiple lines of configuration.
public override Microsoft.AspNet.OData.Builder.EntitySetConfiguration AddEntitySet (string name, Microsoft.AspNet.OData.Builder.EntityTypeConfiguration entityType);
override this.AddEntitySet : string * Microsoft.AspNet.OData.Builder.EntityTypeConfiguration -> Microsoft.AspNet.OData.Builder.EntitySetConfiguration
Public Overrides Function AddEntitySet (name As String, entityType As EntityTypeConfiguration) As EntitySetConfiguration
Parameters
- name
- String
The name of the entity set.
- entityType
- EntityTypeConfiguration
The type to be registered or configured.
Returns
The configuration object for the specified entity set.