Returns the first item in the list wich has
an id corresponding to the parameter itemId.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public T Find(
int itemId
)
Public Function Find (
itemId As Integer
) As T
public:
T Find(
int itemId
)
member Find :
itemId : int -> 'T
Parameters
- itemId
- Type: SystemInt32
Id to search for
Return Value
Type:
TObject with the correct id or null if none were found.
See Also