Progress® Telerik® Reporting R1 2021
SqlDataSourceParameterCollection Class
Represents a collection of SqlDataSourceParameter objects.
Inheritance Hierarchy
SystemObject
System.Collections.ObjectModelCollectionSqlDataSourceParameter
Telerik.ReportingSqlDataSourceParameterCollection
Namespace:
Telerik.ReportingSystem.Collections.ObjectModelCollectionSqlDataSourceParameter
Telerik.ReportingSqlDataSourceParameterCollection
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
[SerializableAttribute] [TypeConverterAttribute("Telerik.Reporting.Design.SqlDataSourceParameterCollectionConverter, Telerik.Reporting.Design, Version=15.0.21.304, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")] public class SqlDataSourceParameterCollection : Collection<SqlDataSourceParameter>
The SqlDataSourceParameterCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SqlDataSourceParameterCollection |
Initializes a new instance of the SqlDataSourceParameterCollection class.
|
![]() | SqlDataSourceParameterCollection(SqlDataSourceParameter) |
Initializes a new instance of the SqlDataSourceParameterCollection class.
|
![]() | SqlDataSourceParameterCollection(SqlDataSourceParameterCollection) |
Initializes a new instance of the SqlDataSourceParameterCollection class.
|
Properties
Methods
Name | Description | |
---|---|---|
![]() | Add(String) |
Adds a new parameter with the specified name to the collection.
|
![]() | Add(String, DbType) |
Adds a new parameter with the specified name and data type to the collection.
|
![]() | Add(String, DbType, Object) |
Adds a new parameter with the specified name, data type and value to the collection.
|
![]() | AddRange(IEnumerableSqlDataSourceParameter) |
Adds a range of parameters to the collection.
|
![]() | AddRange(SqlDataSourceParameterCollection) |
Adds a range of parameters to the collection.
|
![]() | Clone | |
![]() | Contains |
Determines if the collection contains a parameter with the specified name.
|
![]() | FirstOrNullWithCaseFallback | |
![]() | ToArray |
Converts the collection to an array of parameters.
|
Version Information
Supported in: 1.0.1