Share via


RelationHelper.GetRelationByRelatedTableRole(String, String, Boolean) Method

Definition

public static Microsoft.Dynamics.AX.Metadata.MetaModel.AxTableRelation GetRelationByRelatedTableRole (string tableName, string roleName, bool navigationProperty = false);
static member GetRelationByRelatedTableRole : string * string * bool -> Microsoft.Dynamics.AX.Metadata.MetaModel.AxTableRelation
Public Shared Function GetRelationByRelatedTableRole (tableName As String, roleName As String, Optional navigationProperty As Boolean = false) As AxTableRelation

Parameters

tableName
String
roleName
String
navigationProperty
Boolean

Returns

Microsoft.Dynamics.AX.Metadata.MetaModel.AxTableRelation

Applies to