Sdílet prostřednictvím


ConventionAnnotatable.OnAnnotationSet Metoda

Definice

Přetížení

OnAnnotationSet(String, IConventionAnnotation, IConventionAnnotation)

Volána při nastavení nebo odebrání poznámky.

OnAnnotationSet(String, Annotation, Annotation)

Volána při nastavení nebo odebrání poznámky.

OnAnnotationSet(String, IConventionAnnotation, IConventionAnnotation)

Volána při nastavení nebo odebrání poznámky.

protected virtual Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation OnAnnotationSet (string name, Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation annotation, Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation oldAnnotation);
protected virtual Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation? OnAnnotationSet (string name, Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation? annotation, Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation? oldAnnotation);
override this.OnAnnotationSet : string * Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation * Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation -> Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation
Protected Overridable Function OnAnnotationSet (name As String, annotation As IConventionAnnotation, oldAnnotation As IConventionAnnotation) As IConventionAnnotation

Parametry

name
String

Klíč nastavené poznámky.

annotation
IConventionAnnotation

Sada poznámek.

oldAnnotation
IConventionAnnotation

Stará poznámka.

Návraty

Poznámka, která byla nastavena.

Platí pro

OnAnnotationSet(String, Annotation, Annotation)

Volána při nastavení nebo odebrání poznámky.

protected override Microsoft.EntityFrameworkCore.Infrastructure.Annotation OnAnnotationSet (string name, Microsoft.EntityFrameworkCore.Infrastructure.Annotation annotation, Microsoft.EntityFrameworkCore.Infrastructure.Annotation oldAnnotation);
protected override Microsoft.EntityFrameworkCore.Infrastructure.Annotation? OnAnnotationSet (string name, Microsoft.EntityFrameworkCore.Infrastructure.Annotation? annotation, Microsoft.EntityFrameworkCore.Infrastructure.Annotation? oldAnnotation);
override this.OnAnnotationSet : string * Microsoft.EntityFrameworkCore.Infrastructure.Annotation * Microsoft.EntityFrameworkCore.Infrastructure.Annotation -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
Protected Overrides Function OnAnnotationSet (name As String, annotation As Annotation, oldAnnotation As Annotation) As Annotation

Parametry

name
String

Klíč nastavené poznámky.

annotation
Annotation

Sada poznámek.

oldAnnotation
Annotation

Stará poznámka.

Návraty

Poznámka, která byla nastavena.

Platí pro