MethodInfoExtensions Class

Definition

Extension methods for MethodInfo.

This type is typically used by database providers (and other extensions). It is generally not used in application code.

public static class MethodInfoExtensions
type MethodInfoExtensions = class
Public Module MethodInfoExtensions
Inheritance
MethodInfoExtensions

Remarks

See Implementation of database providers and extensions for more information and examples.

Methods

IsEFPropertyMethod(MethodInfo)

Returns true if the given method is Property<TProperty>(Object, String).

Applies to