CoreStrings.IncludeWithCycle(Object, Object) 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.
The Include path '{navigationName}->{inverseNavigationName}' results in a cycle. Cycles are not allowed in no-tracking queries; either use a tracking query or remove the cycle.
public static string IncludeWithCycle (object navigationName, object inverseNavigationName);
public static string IncludeWithCycle (object? navigationName, object? inverseNavigationName);
static member IncludeWithCycle : obj * obj -> string
Public Shared Function IncludeWithCycle (navigationName As Object, inverseNavigationName As Object) As String
Parameters
- navigationName
- Object
- inverseNavigationName
- Object
Returns
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