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.481-alpha
Syntax
void Remove<TBisDefinition>(
	string id
)
where TBisDefinition : BiDefinition

Parameters

id
Type: SystemString
The id of the defintion to remove

Type Parameters

TBisDefinition
The type of metadata to remove
See Also