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.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
TBisDefinition Insert<TBisDefinition>(
	TBisDefinition metadata
)
where TBisDefinition : new(), BiDefinition

Parameters

metadata  TBisDefinition
The metadata to be added

Type Parameters

TBisDefinition
The type of BIS definition to be added

Return Value

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