IndexAttribute.Order Property
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.
A number which will be used to determine column ordering for multi-column indexes. This will be -1 if no column order has been specified.
public virtual int Order { get; set; }
member this.Order : int with get, set
Public Overridable Property Order As Integer
Property Value
Remarks
Multi-column indexes are created by using the same index name in multiple attributes. The information in these attributes is then merged together to specify the actual database index.
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