NestedClosureCodeFragment Class

Definition

Represents a nested closure code fragment.

public class NestedClosureCodeFragment
type NestedClosureCodeFragment = class
Public Class NestedClosureCodeFragment
Inheritance
NestedClosureCodeFragment

Remarks

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

Constructors

NestedClosureCodeFragment(String, IReadOnlyList<MethodCallCodeFragment>)

Initializes a new instance of the NestedClosureCodeFragment class.

NestedClosureCodeFragment(String, MethodCallCodeFragment)

Initializes a new instance of the NestedClosureCodeFragment class.

Properties

MethodCall

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

MethodCalls

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

Parameter

Gets the nested closure parameter's name.

Applies to