Click or drag to resize

AdoBiRepositoryRemoveTBisDefinition Method

Removes the specified BI definition from the repository

Namespace: SanteDB.Persistence.Data.Services
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public void Remove<TBisDefinition>(
	string id
)
where TBisDefinition : new(), BiDefinition

Parameters

id  String
The id of the defintion to remove

Type Parameters

TBisDefinition
The type of metadata to remove

Implements

IBiMetadataRepositoryRemoveTBisDefinition(String)
See Also