ModelExtensions.IsIndexerMethod(IModel, MethodInfo) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the given MethodInfo reprensent an indexer access.
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
- model
- IModel
The model to use.
- methodInfo
- MethodInfo
The MethodInfo to check for.
Proizvod | Verzije |
---|---|
Entity Framework Core | 5.0 |
Povratne informacije za Entity Framework
Entity Framework je projekat otvorenog koda. Izaberite vezu da biste pružili povratne informacije: