Aracılığıyla paylaş


ConventionAnnotatable.RemoveAnnotation(String) Yöntem

Tanım

Verilen ek açıklamayı bu nesneden kaldırır.

public virtual Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation RemoveAnnotation (string name);
public virtual Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation? RemoveAnnotation (string name);
override this.RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation
Public Overridable Function RemoveAnnotation (name As String) As ConventionAnnotation

Parametreler

name
String

Kaldırılacak ek açıklama.

Döndürülenler

Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation

Kaldırılan ek açıklama.

Şunlara uygulanır