Click or drag to resize

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
C#
public static bool Remove(
	TKey key
)

Parameters

key
Type: TKey
the generic key to remove

Return Value

Type: Boolean
true for success
See Also