DataEntityPersister.initializeDataSource 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:
void initializeDataSource(Dynamics::AX::Application::DataEntityRuntimeContext ^ entityCtx, System::String ^ dataSourceName, Microsoft::Dynamics::Ax::Xpp::Common ^ dataSourceBuffer, int dataSourceId, int runTimedataSourceId, bool optional, bool readOnly, bool oneToMany, bool dateEffective, bool applyDateFilter);
protected void initializeDataSource (Dynamics.AX.Application.DataEntityRuntimeContext entityCtx, string dataSourceName, Microsoft.Dynamics.Ax.Xpp.Common dataSourceBuffer, int dataSourceId, int runTimedataSourceId, bool optional, bool readOnly, bool oneToMany, bool dateEffective, bool applyDateFilter);
member this.initializeDataSource : Dynamics.AX.Application.DataEntityRuntimeContext * string * Microsoft.Dynamics.Ax.Xpp.Common * int * int * bool * bool * bool * bool * bool -> unit
Protected Sub initializeDataSource (entityCtx As DataEntityRuntimeContext, dataSourceName As String, dataSourceBuffer As Common, dataSourceId As Integer, runTimedataSourceId As Integer, optional As Boolean, readOnly As Boolean, oneToMany As Boolean, dateEffective As Boolean, applyDateFilter As Boolean)
Parameters
- entityCtx
- DataEntityRuntimeContext
- dataSourceName
- String
- dataSourceBuffer
- Common
- dataSourceId
- Int32
- runTimedataSourceId
- Int32
- optional
- Boolean
- readOnly
- Boolean
- oneToMany
- Boolean
- dateEffective
- Boolean
- applyDateFilter
- Boolean