Database.Update Method (Object)

Executes an UPDATE command for the specified entity.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public void Update(
	Object entity
)

Parameters

entity

Type: System.Object
The entity whose UPDATE command is to be executed.

Remarks

This method is a shortcut for db.Table(entity.GetType()).Update(entity).

See Also

Reference

Database Class
DbExtensions Namespace
SqlTable.Update(Object)

© Max Toro Q.