Share via


RuntimeDbFunction.IReadOnlyDbFunction.MethodInfo Property

Definition

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

[System.Runtime.CompilerServices.Nullable(2)]
System.Reflection.MethodInfo? Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunction.MethodInfo { [System.Diagnostics.DebuggerStepThrough] get; }
System.Reflection.MethodInfo? Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunction.MethodInfo { [System.Diagnostics.DebuggerStepThrough] get; }
[<System.Runtime.CompilerServices.Nullable(2)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunction.MethodInfo : System.Reflection.MethodInfo
[<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