Поделиться через


RuntimeEntityType.IEntityType.FindServiceProperty(String) Метод

Определение

Возвращает свойство службы с заданным именем. Возвращает значение null , если не определено свойство с заданным именем.

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

Параметры

name
String

Имя свойства службы.

Возвращаемое значение

Свойство службы или null значение , если оно не найдено.

Реализации

Атрибуты

Применяется к