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

实现

属性

适用于