DataEntityPersister.doSaveDataSource 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 bool doSaveDataSource(Dynamics::AX::Application::DataEntityRuntimeContext ^ entityCtx, Dynamics::AX::Application::DataEntityDataSourceRuntimeContext ^ dataSourceCtx);
protected abstract bool doSaveDataSource (Dynamics.AX.Application.DataEntityRuntimeContext entityCtx, Dynamics.AX.Application.DataEntityDataSourceRuntimeContext dataSourceCtx);
abstract member doSaveDataSource : Dynamics.AX.Application.DataEntityRuntimeContext * Dynamics.AX.Application.DataEntityDataSourceRuntimeContext -> bool
Protected MustOverride Function doSaveDataSource (entityCtx As DataEntityRuntimeContext, dataSourceCtx As DataEntityDataSourceRuntimeContext) As Boolean
Parameters
- entityCtx
- DataEntityRuntimeContext
- dataSourceCtx
- DataEntityDataSourceRuntimeContext