Click or drag to resize
DbUpdateE Method (E)
Updates entity in the database.

Namespace: LiteRepository
Assembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntax
C#
public virtual int Update<E>(
	E entity
)
where E : class

Parameters

entity
Type: E
Entity to update in database.

Type Parameters

E
Type of the entity.

Return Value

Type: Int32
Count of a effected enities.
See Also