DictRelation.lineType(Int32) 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.
Retrieves the relation type for the given table line.
public:
virtual Dynamics::AX::Application::TableRelation lineType(int _lineNumber);
public virtual Dynamics.AX.Application.TableRelation lineType (int _lineNumber);
abstract member lineType : int -> Dynamics.AX.Application.TableRelation
override this.lineType : int -> Dynamics.AX.Application.TableRelation
Public Overridable Function lineType (_lineNumber As Integer) As TableRelation
Parameters
- _lineNumber
- Int32
Returns
The table relation type for the given line.