Back to Devexpress

SelectQuery Constructors

corelibraries-devexpress-dot-dataaccess-dot-sql-dot-selectquery-dot-ctor.md

latest923 B
Original Source

SelectQuery Constructors

A set of columns (from a single table or multiple joined tables) that forms a SELECT statement when executing a query.

NameParametersDescription
SelectQuery()noneInitializes a new instance of the SelectQuery class with the default settings.
SelectQuery(String)nameInitializes a new instance of the SelectQuery class with the specified name.

See Also

SelectQuery Class

SelectQuery Members

DevExpress.DataAccess.Sql Namespace