FluentApiCodeFragment.GetRequiredUsings 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.
Gets the using statements required for this method chain.
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment+<GetRequiredUsings>d__37))]
public virtual System.Collections.Generic.IEnumerable<string> GetRequiredUsings ();
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment+<GetRequiredUsings>d__37))>]
abstract member GetRequiredUsings : unit -> seq<string>
override this.GetRequiredUsings : unit -> seq<string>
Public Iterator Overridable Function GetRequiredUsings () As IEnumerable(Of String)
Returns
The usings.
- Attributes
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