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!

DataSetCommand Constructor

Initializes a new instance of the DataSetCommand class.

[Visual Basic]
Protected Sub New()
[C#]
protected DataSetCommand();
[C++]
protected: DataSetCommand();
[JScript]
protected function DataSetCommand();

Remarks

When an instance of DataSetCommand is created, the following read/write properties are set to initial values.

Properties Initial Value
MissingMappingAction MissingMappingAction.Passthrough
MissingSchemaAction MissingSchemaAction.Add
TableMappings An array of DataTableMapping objects.

You can change the value of any of these properties through a separate call to the property.

See Also

DataSetCommand Class | DataSetCommand Members | System.Data.Internal Namespace