 | AdoBiRepositoryRemoveTBisDefinition Method |
Removes the specified BI definition from the repository
Namespace: SanteDB.Persistence.Data.ServicesAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic void Remove<TBisDefinition>(
string id
)
where TBisDefinition : new(), BiDefinition
Public Sub Remove(Of TBisDefinition As {New, BiDefinition}) (
id As String
)public:
generic<typename TBisDefinition>
where TBisDefinition : gcnew(), BiDefinition
virtual void Remove(
String^ id
) sealed
abstract Remove :
id : string -> unit when 'TBisDefinition : new() and BiDefinition
override Remove :
id : string -> unit when 'TBisDefinition : new() and BiDefinitionParameters
- id String
- The id of the defintion to remove
Type Parameters
- TBisDefinition
- The type of metadata to remove
Implements
IBiMetadataRepositoryRemoveTBisDefinition(String)
See Also