Поделиться через


CoreStrings.IncludeWithCycle(Object, Object) Метод

Определение

Путь include "{navigationName}->{inverseNavigationName}" приводит к циклу. Циклы не допускаются в запросах без отслеживания; используйте запрос отслеживания или удалите цикл.

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

Параметры

navigationName
Object
inverseNavigationName
Object

Возвращаемое значение

Применяется к