RepositoryReadOnly<T>.GetById(NetForumId) Method
Retrieves a single entity by id
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public T GetById(
NetForumId id
)
Public Function GetById (
id As NetForumId
) As T
public:
virtual T GetById(
NetForumId^ id
) sealed
abstract GetById :
id : NetForumId -> 'T
override GetById :
id : NetForumId -> 'T
- id NetForumId
- The id (primary key) of the entity to retrieve
TThe requested entity