Megosztás a következőn keresztül:


RuntimeEntityType.IEntityType.FindServiceProperty(String) Method

Definition

Gets the service property with a given name. Returns null if no property with the given name is defined.

[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

Parameters

name
String

The name of the service property.

Returns

The service property, or null if none is found.

Implements

Attributes

Applies to