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!

ADOParameters Class

Collects all parameters relevant to an ADOCommand and their mappings to DataSet columns.

Object
   ADOParameters

[Visual Basic]
Public Class ADOParameters
   Implements IDataParameters, IList, ICollection, IEnumerable
[C#]
public class ADOParameters : IDataParameters, IList, ICollection,
   IEnumerable
[C++]
public __gc class ADOParameters : public IDataParameters, IList,
   ICollection, IEnumerable
[JScript]
public class ADOParameters implements IDataParameters, IList,
   ICollection, IEnumerable

Remarks

The number of the parameters in the collection must be equal to the number of parameter placeholders within the command text or the provider will raise an error.

Requirements

Namespace: System.Data.ADO

Assembly: System.Data.dll

See Also

ADOParameters Members | System.Data.ADO Namespace