MetadataSupport.GetTable 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.
Overloads
GetTable(Int32) | |
GetTable(String) |
GetTable(Int32)
public:
static Microsoft::Dynamics::AX::Metadata::MetaModel::AxTable ^ GetTable(int tableId);
public static Microsoft.Dynamics.AX.Metadata.MetaModel.AxTable GetTable (int tableId);
static member GetTable : int -> Microsoft.Dynamics.AX.Metadata.MetaModel.AxTable
Public Shared Function GetTable (tableId As Integer) As AxTable
Parameters
- tableId
- Int32
Returns
Microsoft.Dynamics.AX.Metadata.MetaModel.AxTable
Applies to
GetTable(String)
public:
static Microsoft::Dynamics::AX::Metadata::MetaModel::AxTable ^ GetTable(System::String ^ name);
public static Microsoft.Dynamics.AX.Metadata.MetaModel.AxTable GetTable (string name);
static member GetTable : string -> Microsoft.Dynamics.AX.Metadata.MetaModel.AxTable
Public Shared Function GetTable (name As String) As AxTable
Parameters
- name
- String
Returns
Microsoft.Dynamics.AX.Metadata.MetaModel.AxTable