Click or drag to resize
DataIdInt32ListMerge Method
Merge data object with this list. Only objects that are not already in the list are added to the list.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public void Merge(
	int id
)

Parameters

id
Type: SystemInt32
The data to merge.
See Also