ConventionAnnotatable.IConventionAnnotatable.FindAnnotation(String) Yöntem

Tanım

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

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation IConventionAnnotatable.FindAnnotation (string name);
[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation? IConventionAnnotatable.FindAnnotation (string name);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable.FindAnnotation : string -> Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation
override this.Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable.FindAnnotation : string -> Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation
Function FindAnnotation (name As String) As IConventionAnnotation Implements IConventionAnnotatable.FindAnnotation

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.

Uygulamalar

Öznitelikler

Şunlara uygulanır