SqlQueryCollection.AddRange(IEnumerable<SqlQuery>) Method
In This Article
Appends a collection of SQL queries to the SqlQueryCollection.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public void AddRange(
IEnumerable<SqlQuery> items
)
#Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable<Sql |
A collection of Sql |
#Remarks
Objects are added to the end of the collection in the same order they have in the array.
See Also