Share via


DictTable.Makerecord Method

Definition

Creates a blank record for the table.

public:
 virtual Microsoft::Dynamics::Ax::Xpp::Common ^ Makerecord();
public virtual Microsoft.Dynamics.Ax.Xpp.Common Makerecord ();
abstract member Makerecord : unit -> Microsoft.Dynamics.Ax.Xpp.Common
override this.Makerecord : unit -> Microsoft.Dynamics.Ax.Xpp.Common
Public Overridable Function Makerecord () As Common

Returns

A Common value if the record was successfully created; null, Nothing, nullptr, unit, a null reference (Nothing in Visual Basic) if the record could not be created.

Remarks

The Common value that is returned can be used in a call to the DictTable.callObject Method method.

Applies to