Mindscape LightSpeed - User Reference & API Documentation
FindOne Method (entityType, id)
API ReferenceMindscape.LightSpeedRepositoryFindOne(Type, Object)
Finds a single Entity by it's id.
Declaration Syntax
C#Visual Basic
public static Entity FindOne(
	Type entityType,
	Object id
)
Public Shared Function FindOne ( _
	entityType As Type, _
	id As Object _
) As Entity
Parameters
entityType (Type)
The type of Entity to find.
id (Object)
The id of the Entity
Return Value
An Entity, or null if no Entity was found with the specified id value.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)