Share via


EntityQueryModelVisitor.IsPropertyMethod(MethodInfo) Method

Definition

Determines if a MethodInfo is referencing the Property<TProperty>(Object, String) method.

public static bool IsPropertyMethod (System.Reflection.MethodInfo methodInfo);
static member IsPropertyMethod : System.Reflection.MethodInfo -> bool
Public Shared Function IsPropertyMethod (methodInfo As MethodInfo) As Boolean

Parameters

methodInfo
MethodInfo

The method info to check.

Returns

True if methodInfo is referencing Property<TProperty>(Object, String); otherwise fale;

Applies to