PrimaryKeyIndexConfiguration.HasName(String) 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.
Configures the index to have a specific name.
public System.Data.Entity.ModelConfiguration.Configuration.PrimaryKeyIndexConfiguration HasName (string name);
member this.HasName : string -> System.Data.Entity.ModelConfiguration.Configuration.PrimaryKeyIndexConfiguration
Public Function HasName (name As String) As PrimaryKeyIndexConfiguration
Parameters
- name
- String
Value indicating what the index name should be.
Returns
The same IndexConfigurationBase instance so that multiple calls can be chained.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework