Initializes a new instance of the DataSetCommand class.
[Visual Basic] Protected Sub New() [C#] protected DataSetCommand(); [C++] protected: DataSetCommand(); [JScript] protected function DataSetCommand();
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.
DataSetCommand Class | DataSetCommand Members | System.Data.Internal Namespace