RepositoryTKey, TValueRemove Method (TKey) |
Removes the entity T with key TK
Namespace:
Crosser.Common.Utilities.Persistence
Assembly:
Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax public static bool Remove(
TKey key
)
Parameters
- key
- Type: TKey
the generic key to remove
Return Value
Type:
Booleantrue for success
See Also