RelationHelper.GetSurrogateForeignKeyRelation(String, String) 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 ^ GetSurrogateForeignKeyRelation(System::String ^ tableName, System::String ^ fieldName);
public static Microsoft.Dynamics.AX.Metadata.MetaModel.AxTableRelation GetSurrogateForeignKeyRelation (string tableName, string fieldName);
static member GetSurrogateForeignKeyRelation : string * string -> Microsoft.Dynamics.AX.Metadata.MetaModel.AxTableRelation
Public Shared Function GetSurrogateForeignKeyRelation (tableName As String, fieldName As String) As AxTableRelation
Parameters
- tableName
- String
- fieldName
- String
Returns
Microsoft.Dynamics.AX.Metadata.MetaModel.AxTableRelation