Click or drag to resize
SpeciesFactListExists Method
Test if species fact with a specified identifier is in the list. This unique identifier is a string which can be generated by the method GetSpeciesFactIdentifier.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public bool Exists(
	string identifier
)

Parameters

identifier
Type: SystemString
Identifier for requested species fact.

Return Value

Type: Boolean
True if species fact is in the list.
See Also