xRecord.linkPhysicalTableInstance 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
linkPhysicalTableInstance() |
Checks whether there is a link for the physical table instance for the record. |
linkPhysicalTableInstance(Common) |
linkPhysicalTableInstance()
Checks whether there is a link for the physical table instance for the record.
public:
virtual bool linkPhysicalTableInstance();
public virtual bool linkPhysicalTableInstance ();
abstract member linkPhysicalTableInstance : unit -> bool
override this.linkPhysicalTableInstance : unit -> bool
Public Overridable Function linkPhysicalTableInstance () As Boolean
Returns
A Boolean value that indicates whether a link is available.
Applies to
linkPhysicalTableInstance(Common)
public:
virtual bool linkPhysicalTableInstance(Microsoft::Dynamics::Ax::Xpp::Common ^ _record);
public virtual bool linkPhysicalTableInstance (Microsoft.Dynamics.Ax.Xpp.Common _record);
abstract member linkPhysicalTableInstance : Microsoft.Dynamics.Ax.Xpp.Common -> bool
override this.linkPhysicalTableInstance : Microsoft.Dynamics.Ax.Xpp.Common -> bool
Public Overridable Function linkPhysicalTableInstance (_record As Common) As Boolean
Parameters
- _record
- Common