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


RuntimeTypeBase.IReadOnlyTypeBase.FindComplexProperty(String) Метод

Определение

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

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IReadOnlyComplexProperty IReadOnlyTypeBase.FindComplexProperty (string name);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.FindComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyComplexProperty
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.FindComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyComplexProperty
Function FindComplexProperty (name As String) As IReadOnlyComplexProperty Implements IReadOnlyTypeBase.FindComplexProperty

Параметры

name
String

Имя свойства.

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

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

Реализации

Атрибуты

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