EntityTypeConfiguration<TEntityType>.HasEntitySetName Method (String)
Configures the entity set name to be used for this entity type. The entity set name can only be configured for the base type in each set.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- entitySetName
-
Type:
System.String
The name of the entity set.
Return Value
Type: System.Data.Entity.ModelConfiguration.EntityTypeConfiguration<TEntityType>The same EntityTypeConfiguration instance so that multiple calls can be chained.