ModelExtensions.IsIndexerMethod(IModel, MethodInfo) Metodo

Definizione

Ottiene un valore che indica se il repository MethodInfo specificato esegue il reprensent di un indicizzatore.

public static bool IsIndexerMethod (this Microsoft.EntityFrameworkCore.Metadata.IModel model, System.Reflection.MethodInfo methodInfo);
static member IsIndexerMethod : Microsoft.EntityFrameworkCore.Metadata.IModel * System.Reflection.MethodInfo -> bool
<Extension()>
Public Function IsIndexerMethod (model As IModel, methodInfo As MethodInfo) As Boolean

Parametri

model
IModel

Modello da usare.

methodInfo
MethodInfo

MetodoInfo da verificare.

Restituisce

Si applica a