ConventionAnnotatable.OnAnnotationSet Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
OnAnnotationSet(String, IConventionAnnotation, IConventionAnnotation) |
Chiamato quando è stata impostata o rimossa un'annotazione. |
OnAnnotationSet(String, Annotation, Annotation) |
Chiamato quando è stata impostata o rimossa un'annotazione. |
OnAnnotationSet(String, IConventionAnnotation, IConventionAnnotation)
- Origine:
- ConventionAnnotatable.cs
- Origine:
- ConventionAnnotatable.cs
- Origine:
- ConventionAnnotatable.cs
- Origine:
- ConventionAnnotatable.cs
- Origine:
- ConventionAnnotatable.cs
Chiamato quando è stata impostata o rimossa un'annotazione.
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
Parametri
- name
- String
Chiave dell'annotazione impostata.
- annotation
- IConventionAnnotation
Set di annotazioni.
- oldAnnotation
- IConventionAnnotation
Annotazione precedente.
Restituisce
Annotazione impostata.
Si applica a
OnAnnotationSet(String, Annotation, Annotation)
- Origine:
- ConventionAnnotatable.cs
- Origine:
- ConventionAnnotatable.cs
- Origine:
- ConventionAnnotatable.cs
- Origine:
- ConventionAnnotatable.cs
- Origine:
- ConventionAnnotatable.cs
Chiamato quando è stata impostata o rimossa un'annotazione.
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
Parametri
- name
- String
Chiave dell'annotazione impostata.
- annotation
- Annotation
Set di annotazioni.
- oldAnnotation
- Annotation
Annotazione precedente.
Restituisce
Annotazione impostata.