| 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
Sub Remove(Of TBisDefinition As BiDefinition) (
id As String
)
generic<typename TBisDefinition>
where TBisDefinition : BiDefinition
void Remove(
String^ id
)
abstract Remove :
id : string -> unit when 'TBisDefinition : BiDefinition
Parameters
- id
- Type: SystemString
The id of the defintion to remove
Type Parameters
- TBisDefinition
- The type of metadata to remove
See Also