Aracılığıyla paylaş


RuntimeEntityType.IReadOnlyEntityType.FindServiceProperty(String) Yöntem

Tanım

Belirli bir ada sahip hizmet özelliğini alır. Belirtilen ada sahip bir özellik tanımlanmadıysa döndürür null .

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

Parametreler

name
String

Hizmet özelliğinin adı.

Döndürülenler

Hizmet özelliği veya null yoksa.

Uygulamalar

Öznitelikler

Şunlara uygulanır