SqlCommandBuilder<TEntity>.BuildUpdateStatementForEntity Method (TEntity)

Creates and returns an UPDATE command for the specified entity.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public SqlBuilder BuildUpdateStatementForEntity(
	TEntity entity
)

Parameters

entity

Type: TEntity
The entity whose UPDATE command is to be created.

Return Value

Type: SqlBuilder
The UPDATE command for entity.

See Also

Reference

SqlCommandBuilder<TEntity> Class
DbExtensions Namespace

© Max Toro Q.