RuntimeTypeBase.FindComplexProperty(String) 方法

定义

获取具有给定名称的复杂属性。 null如果未定义具有给定名称的属性,则返回 。

public virtual Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty? FindComplexProperty (string name);
abstract member FindComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty
override this.FindComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty
Public Overridable Function FindComplexProperty (name As String) As RuntimeComplexProperty

参数

name
String

属性的名称。

返回

属性,如果未找到,则为 。null

适用于