Share via


Page.activeRecord(String) Method

Definition

Gets the active record for the given data source name.

public:
 virtual Microsoft::Dynamics::Ax::Xpp::Common ^ activeRecord(System::String ^ _dataSourceName);
public virtual Microsoft.Dynamics.Ax.Xpp.Common activeRecord (string _dataSourceName);
abstract member activeRecord : string -> Microsoft.Dynamics.Ax.Xpp.Common
override this.activeRecord : string -> Microsoft.Dynamics.Ax.Xpp.Common
Public Overridable Function activeRecord (_dataSourceName As String) As Common

Parameters

_dataSourceName
String

The name of the data source to search on.

Returns

The active record for the given data source.

Applies to