ModelExtensions.IsIndexerMethod(IModel, MethodInfo) Method

Definition

Gets a value indicating whether the given MethodInfo reprensent an indexer access.

C#
public static bool IsIndexerMethod (this Microsoft.EntityFrameworkCore.Metadata.IModel model, System.Reflection.MethodInfo methodInfo);

Parameters

model
IModel

The model to use.

methodInfo
MethodInfo

The MethodInfo to check for.

Returns

Applies to

Proizvod Verzije
Entity Framework Core 5.0