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.
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. |
[To be supplied.]
Namespace: System.Data
Assembly: System.Data.dll