Share via


DataEntityPersister.selectDataSourceBufferByRecId Method

Definition

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

Applies to