CommonImplementation.RelatedTable 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
RelatedTable(String, Common) | |
RelatedTable(String) |
RelatedTable(String, Common)
public:
abstract Microsoft::Dynamics::Ax::Xpp::Common ^ RelatedTable(System::String ^ name, Microsoft::Dynamics::Ax::Xpp::Common ^ buffer);
public abstract Microsoft.Dynamics.Ax.Xpp.Common RelatedTable (string name, Microsoft.Dynamics.Ax.Xpp.Common buffer);
abstract member RelatedTable : string * Microsoft.Dynamics.Ax.Xpp.Common -> Microsoft.Dynamics.Ax.Xpp.Common
Public MustOverride Function RelatedTable (name As String, buffer As Common) As Common
Parameters
- name
- String
- buffer
- Common
Returns
Applies to
RelatedTable(String)
public:
abstract Microsoft::Dynamics::Ax::Xpp::Common ^ RelatedTable(System::String ^ name);
public abstract Microsoft.Dynamics.Ax.Xpp.Common RelatedTable (string name);
abstract member RelatedTable : string -> Microsoft.Dynamics.Ax.Xpp.Common
Public MustOverride Function RelatedTable (name As String) As Common
Parameters
- name
- String