Share via


RuntimeDbFunction.IReadOnlyDbFunction.MethodInfo Property

Definition

Gets the CLR method which maps to the function in the database.

System.Reflection.MethodInfo? Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunction.MethodInfo { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunction.MethodInfo : System.Reflection.MethodInfo
 ReadOnly Property MethodInfo As MethodInfo Implements IReadOnlyDbFunction.MethodInfo

Property Value

Implements

Attributes

Applies to