Back to Devexpress

SqlQueryCollection Class

corelibraries-devexpress-dot-dataaccess-dot-sql-5f6ba494.md

latest1.9 KB
Original Source

SqlQueryCollection Class

A collection of SqlQuery objects in the SqlDataSource.

Namespace : DevExpress.DataAccess.Sql

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public class SqlQueryCollection :
    IList<SqlQuery>,
    ICollection<SqlQuery>,
    IEnumerable<SqlQuery>,
    IEnumerable,
    IList,
    ICollection,
    IQueryCollection<SqlQuery>
vb
Public Class SqlQueryCollection
    Implements IList(Of SqlQuery),
               ICollection(Of SqlQuery),
               IEnumerable(Of SqlQuery),
               IEnumerable,
               IList,
               ICollection,
               IQueryCollection(Of SqlQuery)

The following members return SqlQueryCollection objects:

Remarks

The SqlDataSource class exposes the SqlDataSource.Queries property that provides access to a collection of SqlQuery objects.

Inheritance

Object SqlQueryCollection

See Also

SqlQueryCollection Members

SqlDataSource

DevExpress.DataAccess.Sql Namespace