RecordLinkList.peek 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 record at the current position in the list.
public:
virtual Microsoft::Dynamics::Ax::Xpp::Common ^ peek();
public virtual Microsoft.Dynamics.Ax.Xpp.Common peek ();
abstract member peek : unit -> Microsoft.Dynamics.Ax.Xpp.Common
override this.peek : unit -> Microsoft.Dynamics.Ax.Xpp.Common
Public Overridable Function peek () As Common
Returns
A record buffer if the record is found.