Share via


MetadataSupport.GetReferencingTablesRelationConstraints Method

Definition

public:
 static System::Collections::Generic::Dictionary<System::String ^, Microsoft::Dynamics::AX::Metadata::Core::Collections::KeyedObjectCollection<Microsoft::Dynamics::AX::Metadata::MetaModel::AxTableRelationConstraint ^> ^> ^ GetReferencingTablesRelationConstraints(System::String ^ tableName, System::String ^ fieldName);
public static System.Collections.Generic.Dictionary<string,Microsoft.Dynamics.AX.Metadata.Core.Collections.KeyedObjectCollection<Microsoft.Dynamics.AX.Metadata.MetaModel.AxTableRelationConstraint>> GetReferencingTablesRelationConstraints (string tableName, string fieldName);
static member GetReferencingTablesRelationConstraints : string * string -> System.Collections.Generic.Dictionary<string, Microsoft.Dynamics.AX.Metadata.Core.Collections.KeyedObjectCollection<Microsoft.Dynamics.AX.Metadata.MetaModel.AxTableRelationConstraint>>
Public Shared Function GetReferencingTablesRelationConstraints (tableName As String, fieldName As String) As Dictionary(Of String, KeyedObjectCollection(Of AxTableRelationConstraint))

Parameters

tableName
String
fieldName
String

Returns

Dictionary<String,Microsoft.Dynamics.AX.Metadata.Core.Collections.KeyedObjectCollection<Microsoft.Dynamics.AX.Metadata.MetaModel.AxTableRelationConstraint>>

Applies to