Page.activeRecord(String) 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.
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.