SqlCommandBuilder<TEntity>.BuildSelectClause Method (String)

Creates and returns a SELECT query for the current table that includes the SELECT clause only. All column names are qualified with the provided tableAlias.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public SqlBuilder BuildSelectClause(
	string tableAlias
)

Parameters

tableAlias

Type: System.String
The table alias.

Return Value

Type: SqlBuilder
The SELECT query for the current table.

See Also

Reference

SqlCommandBuilder<TEntity> Class
DbExtensions Namespace

© Max Toro Q.