IConventionAnnotatable.RemoveAnnotation(String) Yöntem

Tanım

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

public Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation RemoveAnnotation (string name);
public Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation? RemoveAnnotation (string name);
abstract member RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation
Public Function RemoveAnnotation (name As String) As IConventionAnnotation

Parametreler

name
String

Kaldırılana ek açıklamanın adı.

Döndürülenler

IConventionAnnotation

Kaldırılan ek açıklama.

Şunlara uygulanır