NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLParameters Class

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

Remarks

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.

Requirements

Namespace: System.Data.SQL

Assembly: System.Data.dll

See Also

SQLParameters Members | System.Data.SQL Namespace