Click or drag to resize

IBiMetadataRepositoryInsertTBisDefinition Method

Inserts the specified BI definition into the repository

Namespace:  SanteDB.BI.Services
Assembly:  SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.481-alpha
Syntax
TBisDefinition Insert<TBisDefinition>(
	TBisDefinition metadata
)
where TBisDefinition : BiDefinition

Parameters

metadata
Type: TBisDefinition
The metadata to be added

Type Parameters

TBisDefinition
The type of BIS definition to be added

Return Value

Type: TBisDefinition
The inserted data (if the repository made any changes)
See Also