ConventionAnnotatable.IConventionAnnotatable.FindAnnotation(String) Yöntem

Tanım

Belirtilen ada sahip ek açıklamayı alır ve yoksa döndürür null .

[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

Bulunacak ek açıklamanın adı.

Döndürülenler

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

Uygulamalar

Öznitelikler

Şunlara uygulanır