FluentApiCodeFragment.Chain(FluentApiCodeFragment) Method
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.
Creates a method chain from this method to another.
public virtual Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment Chain (Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment call);
abstract member Chain : Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
override this.Chain : Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
Public Overridable Function Chain (call As FluentApiCodeFragment) As FluentApiCodeFragment
Parameters
The next method.
Returns
A new fragment representing the method chain.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework