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 则为 。

实现

属性

适用于