RepositoryReadOnly<T>.GetById(NetForumId) Method

Retrieves a single entity by id

Definition

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public T GetById(
	NetForumId id
)

Parameters

id  NetForumId
The id (primary key) of the entity to retrieve

Return Value

T
The requested entity

See Also