DataEntityPersister.selectDataSourceBufferByRecId 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.
protected:
abstract void selectDataSourceBufferByRecId(Microsoft::Dynamics::Ax::Xpp::Common ^ dataSourceBuffer, long dataSourceRecId, bool explicitlyForUpdate, bool fetchActiveRecordOnly);
protected abstract void selectDataSourceBufferByRecId (Microsoft.Dynamics.Ax.Xpp.Common dataSourceBuffer, long dataSourceRecId, bool explicitlyForUpdate, bool fetchActiveRecordOnly);
abstract member selectDataSourceBufferByRecId : Microsoft.Dynamics.Ax.Xpp.Common * int64 * bool * bool -> unit
Protected MustOverride Sub selectDataSourceBufferByRecId (dataSourceBuffer As Common, dataSourceRecId As Long, explicitlyForUpdate As Boolean, fetchActiveRecordOnly As Boolean)
Parameters
- dataSourceBuffer
- Common
- dataSourceRecId
- Int64
- explicitlyForUpdate
- Boolean
- fetchActiveRecordOnly
- Boolean