[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Represents a set of SQL commands and a database connection that are used to fill the DataSet and update the data source. [Property] @AcceptChangesDuringFill=Sets a value indicating whether AcceptChanges is called on a DataRow after it is added to the DataTable during any of the Fill operations. ARG(bool)|14|0|True,False @AcceptChangesDuringUpdate=Sets whether AcceptChanges is called during a Update. ARG(bool)|14|0|True,False @ContinueUpdateOnError=Sets a value that specifies whether to generate an exception when an error is encountered during a row update.ARG(bool)|14|1|True,False @FillLoadOption=Sets the LoadOption that determines how the adapter fills the DataTable from the DbDataReader. ARG(LoadOption)|14|0|OverwriteChanges,PreserveChanges,Upsert @MissingMappingAction=Determines the action to take when incoming data does not have a matching table or column.ARG(MissingMappingAction)|14|0|Passthrough,Ignore,Error @MissingSchemaAction=Determines the action to take when existing DataSet schema does not match incoming data. ARG(MissingSchemaAction)|14|0|Add,Ignore,Error,AddWithKey @ReturnProviderSpecificTypes=Sets whether the Fill method should return provider-specific values or common CLS-compliant values. ARG(bool)|14|0|True,False [Methods] *doFill=Adds or refreshes rows in the DataSet to match those in the data source. ARG(DataSet dataSet)|1|0 *doFillSchema=Adds a DataTable to the specified DataSet and configures the schema to match that in the data source based on the specified SchemaType. ARG(DataSet dataSet, SchemaType schemaType)|1|0 *doResetFillLoadOption=Resets FillLoadOption to its default state and causes DataAdapter.Fill to honor AcceptChangesDuringFill. ARG()|1|0 *doUpdate=Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet from a DataTable named "Table." ARG(DataSet dataSet)|1|0 *onFill=Occurs after invoke the method doFill and returns the result ARG(int)|2|1 *onFillError=Returned when an error occurs during a fill operation.ARG(FillErrorEventArgs)|2|0 *onFillSchema=Occurs after invoke the method doFillSchema and returns the result ARG(DataTable[])|2|13 *onUpdate=Occurs after invoke the method doUpdate and returns the result ARG(int)|2|1 *AcceptChangesDuringFill=Returns a value indicating whether AcceptChanges is called on a DataRow after it is added to the DataTable during any of the Fill operations. ARG(bool)|3|104 *AcceptChangesDuringUpdate=Returns whether AcceptChanges is called during a Update. ARG(bool)|3|104 *ContinueUpdateOnError=Returns a value that specifies whether to generate an exception when an error is encountered during a row update.ARG(bool)|3|104 *FillLoadOption=Returns the LoadOption that determines how the adapter fills the DataTable from the DbDataReader. ARG(LoadOption)|3|0 *GetFillParameters=Gets the parameters set by the user when executing an SQL SELECT statement.ARG(IDataParameter[])|3|13 *MissingMappingAction=Determines the action to take when incoming data does not have a matching table or column.ARG(MissingMappingAction)|3|0 *MissingSchemaAction=Determines the action to take when existing DataSet schema does not match incoming data. ARG(MissingSchemaAction)|3|0 *ReturnProviderSpecificTypes=Returns whether the Fill method should return provider-specific values or common CLS-compliant values. ARG(bool)|3|104 *ShouldSerializeAcceptChangesDuringFill=Determines whether the AcceptChangesDuringFill property should be persisted. ARG(bool)|3|104 *ShouldSerializeFillLoadOption=Determines whether the FillLoadOption property should be persisted. ARG(bool)|3|104 *TableMappings=Returns a collection that provides the master mapping between a source table and a DataTable. ARG(DataTableMappingCollection)|3|0 *dataSet=A DataSet to fill with records and, if necessary, schema. ARG(DataSet)|4|0 *schemaType=One of the SchemaType values. ARG(SchemaType)|4|0