Click or drag to resize
DataId64ListTGet Method
Returns the first item in the list wich has an id corresponding to the parameter itemId.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public T Get(
	long itemId
)

Parameters

itemId
Type: SystemInt64
Id to search for

Return Value

Type: T
Object with the correct id.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if no data has the requested id.
See Also