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


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

Определение

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

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

Параметры

name
String

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

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

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

Реализации

Атрибуты

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