Condividi tramite


RuntimeEntityType.IEntityType.FindServiceProperty(String) Metodo

Definizione

Ottiene la proprietà del servizio con un nome specificato. Restituisce null se non viene definita alcuna proprietà con il nome specificato.

[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

Parametri

name
String

Nome della proprietà del servizio.

Restituisce

Proprietà del servizio o null se non viene trovata alcuna proprietà.

Implementazioni

Attributi

Si applica a