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!

IDataParameter Interface

Allows an object to create a data parameter to a command and its mapping to DataSet columns.

IDataParameter

[Visual Basic]
Public Interface IDataParameter
[C#]
public interface IDataParameter
[C++]
public __gc __interface IDataParameter

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

Classes that Implement IDataParameter

Class Description
ADOParameter Represents a parameter to an ADOCommand and, optionally, its mapping to DataSet columns.
SQLParameter Represents a parameter to an SQLCommand and, optionally, its mapping to DataSet columns.

Remarks

[To be supplied.]

Requirements

Namespace: System.Data

Assembly: System.Data.dll

See Also

IDataParameter Members | System.Data Namespace