ConventionTypeConfiguration<T>.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.Configuration.ConventionTypeConfiguration<T>The same ConventionTypeConfiguration<T> instance so that multiple calls can be chained.
Calling this will have no effect once it has been configured.