CollectionNavigationBuilder.WithRightManyNavigation Method

Definition

Overloads

WithRightManyNavigation(MemberInfo, String)

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

WithRightManyNavigation(String, String)

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

WithRightManyNavigation(MemberInfo, String)

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
protected virtual Microsoft.EntityFrameworkCore.Metadata.IMutableSkipNavigation WithRightManyNavigation (System.Reflection.MemberInfo navigationMemberInfo, string inverseName);
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
protected virtual Microsoft.EntityFrameworkCore.Metadata.IMutableSkipNavigation WithRightManyNavigation (System.Reflection.MemberInfo navigationMemberInfo, string? inverseName);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
abstract member WithRightManyNavigation : System.Reflection.MemberInfo * string -> Microsoft.EntityFrameworkCore.Metadata.IMutableSkipNavigation
override this.WithRightManyNavigation : System.Reflection.MemberInfo * string -> Microsoft.EntityFrameworkCore.Metadata.IMutableSkipNavigation
Protected Overridable Function WithRightManyNavigation (navigationMemberInfo As MemberInfo, inverseName As String) As IMutableSkipNavigation

Parameters

navigationMemberInfo
MemberInfo
inverseName
String

Returns

Attributes

Applies to

WithRightManyNavigation(String, String)

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
protected virtual Microsoft.EntityFrameworkCore.Metadata.IMutableSkipNavigation WithRightManyNavigation (string navigationName, string inverseName);
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
protected virtual Microsoft.EntityFrameworkCore.Metadata.IMutableSkipNavigation WithRightManyNavigation (string? navigationName, string? inverseName);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
abstract member WithRightManyNavigation : string * string -> Microsoft.EntityFrameworkCore.Metadata.IMutableSkipNavigation
override this.WithRightManyNavigation : string * string -> Microsoft.EntityFrameworkCore.Metadata.IMutableSkipNavigation
Protected Overridable Function WithRightManyNavigation (navigationName As String, inverseName As String) As IMutableSkipNavigation

Parameters

navigationName
String
inverseName
String

Returns

Attributes

Applies to