Common.deleteEntityDataSource 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.
public:
virtual bool deleteEntityDataSource(Dynamics::AX::Application::DataEntityRuntimeContext ^ entityCtx, Dynamics::AX::Application::DataEntityDataSourceRuntimeContext ^ dataSourceCtx);
public virtual bool deleteEntityDataSource (Dynamics.AX.Application.DataEntityRuntimeContext entityCtx, Dynamics.AX.Application.DataEntityDataSourceRuntimeContext dataSourceCtx);
abstract member deleteEntityDataSource : Dynamics.AX.Application.DataEntityRuntimeContext * Dynamics.AX.Application.DataEntityDataSourceRuntimeContext -> bool
override this.deleteEntityDataSource : Dynamics.AX.Application.DataEntityRuntimeContext * Dynamics.AX.Application.DataEntityDataSourceRuntimeContext -> bool
Public Overridable Function deleteEntityDataSource (entityCtx As DataEntityRuntimeContext, dataSourceCtx As DataEntityDataSourceRuntimeContext) As Boolean
Parameters
- entityCtx
- DataEntityRuntimeContext
- dataSourceCtx
- DataEntityDataSourceRuntimeContext