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!

IDataSetCommand Interface

Allows an object to create a data set command, which represents a set of data commands and a database connection which are used to fill the DataSet and update the data source. At any time, the object refers to only a single record within the current data set.

IDataSetCommand

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

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

Classes that Implement IDataSetCommand

Class Description
DataSetCommand Represents a set of data commands and a database connection which are used to fill the DataSet and update the data source. At any time, the object refers to only a single record within the current data set.

Remarks

[To be supplied.]

Requirements

Namespace: System.Data

Assembly: System.Data.dll

See Also

IDataSetCommand Members | System.Data Namespace