Partager via


IWithCompositeIndexes<ParentT> Interface

Définition

Phase de la définition de la stratégie d’indexation permettant de définir des index composites.

public interface IWithCompositeIndexes<ParentT>
type IWithCompositeIndexes<'ParentT> = interface
Public Interface IWithCompositeIndexes(Of ParentT)

Paramètres de type

ParentT

Étape de la définition parente à laquelle revenir après l’attachement de cette définition.

Dérivé

Méthodes

WithCompositeIndex(IList<CompositePath>)

Spécifie un index composite.

WithCompositeIndexes(IList<IList<CompositePath>>)

Spécifie les index composites.

WithNewCompositeIndexList()

Spécifie une liste vide d’index composite pour définir chaque chemin composite.

S’applique à