NestedClosureCodeFragment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Entity Framework