SqlQueryCollection Class
A collection of SqlQuery objects in the SqlDataSource.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
[TypeConverter(typeof(SqlQueryCollectionTypeConverter))]
public class SqlQueryCollection :
IList<SqlQuery>,
ICollection<SqlQuery>,
IEnumerable<SqlQuery>,
IEnumerable,
IList,
ICollection,
IQueryCollection<SqlQuery>
Related API Members
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