MetadataSupport.GetReferencingTablesRelationConstraints 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 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>>