Click or drag to resize

StorageTStorageEntity, TKey, TValueGetById Method

Get a single entity T with the key TK

Namespace:  Crosser.Common.Utilities.Persistence
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public TValue GetById(
	TKey key
)

Parameters

key
Type: TKey
the generic key to lookup a entity

Return Value

Type: TValue
The found entity or the default value of TValue
See Also