Partager via


OwnedNavigationSplitViewBuilder<TOwnerEntity,TDependentEntity>.HasAnnotation Méthode

Définition

Ajoute ou met à jour une annotation dans la vue. Si une annotation avec la clé spécifiée dans annotation existe déjà, sa valeur est mise à jour.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationSplitViewBuilder<TOwnerEntity,TDependentEntity> HasAnnotation (string annotation, object? value);
override this.HasAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationSplitViewBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)>
Public Overridable Function HasAnnotation (annotation As String, value As Object) As OwnedNavigationSplitViewBuilder(Of TOwnerEntity, TDependentEntity)

Paramètres

annotation
String

Clé de l’annotation à ajouter ou à mettre à jour.

value
Object

Valeur à stocker dans l’annotation.

Retours

Le même générateur instance afin que plusieurs appels de configuration puissent être chaînés.

S’applique à