MetadataSupport.GetBaseEdtForTableField(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.AxEdt GetBaseEdtForTableField (string tableName, string fieldName, bool rootEdt = false);
static member GetBaseEdtForTableField : string * string * bool -> Microsoft.Dynamics.AX.Metadata.MetaModel.AxEdt
Public Shared Function GetBaseEdtForTableField (tableName As String, fieldName As String, Optional rootEdt As Boolean = false) As AxEdt
Parameters
- tableName
- String
- fieldName
- String
- rootEdt
- Boolean
Returns
Microsoft.Dynamics.AX.Metadata.MetaModel.AxEdt