RelationHelper.GetRelationByRelatedTableRole(String, String, Boolean) 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.
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