Collects all parameters relevant to a SQLCommand and their mappings to DataSet columns.
Object
SQLParameters
[Visual Basic] Public Class SQLParameters Implements IDataParameters, IList, ICollection, IEnumerable [C#] public class SQLParameters : IDataParameters, IList, ICollection, IEnumerable [C++] public __gc class SQLParameters : public IDataParameters, IList, ICollection, IEnumerable [JScript] public class SQLParameters implements IDataParameters, IList, ICollection, IEnumerable
The number of the parameters in the collection must be equal to the number of placeholders within the command text or SQL Server will raise an error.
Namespace: System.Data.SQL
Assembly: System.Data.dll