xRecord.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) |
Sets or returns the related buffer of a link of a table buffer. |
relatedTable(String, Common)
public:
virtual Microsoft::Dynamics::Ax::Xpp::Common ^ relatedTable(System::String ^ _name, Microsoft::Dynamics::Ax::Xpp::Common ^ _buffer);
public virtual 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
override this.relatedTable : string * Microsoft.Dynamics.Ax.Xpp.Common -> Microsoft.Dynamics.Ax.Xpp.Common
Public Overridable Function relatedTable (_name As String, _buffer As Common) As Common
Parameters
- _name
- String
- _buffer
- Common
Returns
Applies to
relatedTable(String)
Sets or returns the related buffer of a link of a table buffer.
public:
virtual Microsoft::Dynamics::Ax::Xpp::Common ^ relatedTable(System::String ^ text1);
public virtual Microsoft.Dynamics.Ax.Xpp.Common relatedTable (string text1);
abstract member relatedTable : string -> Microsoft.Dynamics.Ax.Xpp.Common
override this.relatedTable : string -> Microsoft.Dynamics.Ax.Xpp.Common
Public Overridable Function relatedTable (text1 As String) As Common
Parameters
- text1
- String
Returns
The related buffer of a link of a table buffer.