Click or drag to resize

IBiMetadataRepositoryRemoveTBisDefinition Method

Removes the specified BI definition from the repository

Namespace: SanteDB.BI.Services
Assembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
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
See Also