IConventionAnnotatable.FindAnnotation(String) Yöntem

Tanım

Verilen adla ek açıklamayı alır null ve yoksa geri alır.

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

Parametreler

name
String

Bulunan ek açıklamanın adı.

Döndürülenler

IConventionAnnotation

Belirtilen adla bir ek açıklama zaten varsa mevcut ek açıklama. Tersi durumda null.

Şunlara uygulanır