Bagikan melalui


AnnotatableBase.OnAnnotationSet(String, Annotation, Annotation) Metode

Definisi

Dipanggil ketika anotasi diatur atau dihapus.

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

Parameter

name
String

Kunci anotasi yang ditetapkan.

annotation
Annotation

Set anotasi.

oldAnnotation
Annotation

Anotasi lama.

Mengembalikan

Anotasi yang ditetapkan.

Berlaku untuk