Aracılığıyla paylaş


ModelExtensions.IsIndexerMethod(IModel, MethodInfo) Yöntem

Tanım

Verilen MethodInfo'nun dizin oluşturucu erişimini yeniden kullanıp doldurmadığını belirten bir değer alır.

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

Parametreler

model
IModel

Kullanılacak model.

methodInfo
MethodInfo

Denetlenecek MethodInfo.

Döndürülenler

Şunlara uygulanır