Share via


NestedClosureCodeFragment.MethodCall Property

Definition

Gets the method call used as the body of the nested closure.

public virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment MethodCall { get; }
member this.MethodCall : Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Overridable ReadOnly Property MethodCall As MethodCallCodeFragment

Property Value

The method call.

Applies to