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!

IDataParameters Interface

Collects all parameters relevant to the command and their mappings to DataSet columns.

[Visual Basic]
Public Interface IDataParameters
   Implements IList, ICollection, IEnumerable
[C#]
public interface IDataParameters : IList, ICollection, IEnumerable
[C++]
public __gc __interface IDataParameters : public IList,
   ICollection, IEnumerable

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement IDataParameters

Class Description
ADOParameters Collects all parameters relevant to an ADOCommand and their mappings to DataSet columns.
SQLParameters Collects all parameters relevant to a SQLCommand and their mappings to DataSet columns.

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.Internal

Assembly: System.Data.dll

See Also

IDataParameters Members | System.Data.Internal Namespace