Click or drag to resize
ITaxonDataSourceCreateTaxonRelation Method
Create taxon relation.

Namespace: ArtDatabanken.Data.DataSource
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
void CreateTaxonRelation(
	IUserContext userContext,
	ITaxonRelation taxonRelation
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
taxonRelation
Type: ArtDatabanken.DataITaxonRelation
Information about the new taxon relation. This object is updated with latest taxon relation information.
See Also