[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=DataSet,MarshalByValueComponent,Object Info=Represents an in-memory cache of data. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the DataSet class. ARG(enum)|14|0|Constructor,Constructor2 @CaseSensitive=Sets a value indicating whether string comparisons within DataTable objects are case-sensitive. ARG(bool)|14|1|True,False @DataSetName=Sets the name of the current DataSet. ARG(string)|2| @EnforceConstraints=Sets a value indicating whether constraint rules are followed when attempting any update operation. ARG(bool)|14|0|True,False @Locale=Sets the locale information used to compare strings within the table. ARG(CultureInfo)|20|(empty)|CultureInfo @Namespace=Sets the namespace of the DataSet. ARG(string)|2| @Prefix=Sets an XML prefix that aliases the namespace of the DataSet. ARG(string)|2| [Methods] *doAcceptChanges=Commits all the changes made to this DataSet since it was loaded or since the last time AcceptChanges was called. ARG()|1|0 *doBeginInit=Begins the initialization of a DataSet that is used on a form or used by another component. The initialization occurs at run time. ARG()|1|0 *doClear=Clears the DataSet of any data by removing all rows in all tables. ARG()|1|0 *doConstructor=Initializes a new instance of the DataSet class. ARG()|1|0 *doConstructor2=Initializes a new instance of a DataSet class with the given name. ARG(string dataSetName)|1|0 *doCreateDataReader2=Returns a DataTableReader with one result set per DataTable. ARG(params DataTable[] dataTables)|1|0 *doEndInit=Ends the initialization of a DataSet that is used on a form or used by another component. The initialization occurs at run time. ARG()|1|0 *doGetChanges2=Gets a copy of the DataSet containing all changes made to it since it was last loaded, or since AcceptChanges was called, filtered by DataRowState. ARG(DataRowState rowStates)|1|0 *doGetObjectData=Populates a serialization information object with the data needed to serialize the DataSet. ARG(SerializationInfo info, StreamingContext context)|1|0 *doHasChanges2=Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows, filtered by DataRowState. ARG(DataRowState rowStates)|1|0 *doInferXmlSchema=Applies the XML schema from the specified Stream to the DataSet. ARG(Stream stream, string[] nsArray)|1|0 *doInferXmlSchema2=Applies the XML schema from the specified file to the DataSet. ARG(string fileName, string[] nsArray)|1|0 *doInferXmlSchema3=Applies the XML schema from the specified TextReader to the DataSet. ARG(TextReader reader, string[] nsArray)|1|0 *doInferXmlSchema4=Applies the XML schema from the specified XmlReader to the DataSet. ARG(XmlReader reader, string[] nsArray)|1|0 *doLoad=Fills a DataSet with values from a data source using the supplied IDataReader, using an array of DataTable instances to supply the schema and namespace information. ARG(IDataReader reader, LoadOption loadOption, params DataTable[] tables)|1|0 *doLoad2=Fills a DataSet with values from a data source using the supplied IDataReader, using an array of strings to supply the names for the tables within the DataSet. ARG(IDataReader reader, LoadOption loadOption, params string[] tables)|1|0 *doLoad3=Fills a DataSet with values from a data source using the supplied IDataReader, using an array of DataTable instances to supply the schema and namespace information. ARG(IDataReader reader, LoadOption loadOption, FillErrorEventHandler errorHandler, params DataTable[] tables)|1|0 *doMerge=Merges an array of DataRow objects into the current DataSet. ARG(DataRow[] rows)|1|0 *doMerge2=Merges a specified DataSet and its schema into the current DataSet. ARG(DataSet dataSet)|1|0 *doMerge3=Merges a specified DataTable and its schema into the current DataSet. ARG(DataTable table)|1|0 *doMerge4=Merges a specified DataSet and its schema into the current DataSet, preserving or discarding any changes in this DataSet according to the given argument. ARG(DataSet dataSet, bool preserveChanges)|1|0 *doMerge5=Merges an array of DataRow objects into the current DataSet, preserving or discarding changes in the DataSet and handling an incompatible schema according to the given arguments. ARG(DataRow[] rows, bool preserveChanges, MissingSchemaAction missingSchemaAction)|1|0 *doMerge6=Merges a specified DataSet and its schema with the current DataSet, preserving or discarding changes in the current DataSet and handling an incompatible schema according to the given arguments. ARG(DataSet dataSet, bool preserveChanges, MissingSchemaAction missingSchemaAction)|1|0 *doMerge7=Merges a specified DataTable and its schema into the current DataSet, preserving or discarding changes in the DataSet and handling an incompatible schema according to the given arguments. ARG(DataTable table, bool preserveChanges, MissingSchemaAction missingSchemaAction)|1|0 *doReadXml=Reads XML schema and data into the DataSet using the specified System.IO .Stream. ARG(Stream stream)|1|0 *doReadXml2=Reads XML schema and data into the DataSet using the specified file. ARG(string fileName)|1|0 *doReadXml3=Reads XML schema and data into the DataSet using the specified System.IO .TextReader. ARG(TextReader reader)|1|0 *doReadXml4=Reads XML schema and data into the DataSet using the specified System.Xml .XmlReader. ARG(XmlReader reader)|1|0 *doReadXml5=Reads XML schema and data into the DataSet using the specified System.IO .Stream and XmlReadMode. ARG(Stream stream, XmlReadMode mode)|1|0 *doReadXml6=Reads XML schema and data into the DataSet using the specified file and XmlReadMode. ARG(string fileName, XmlReadMode mode)|1|0 *doReadXml7=Reads XML schema and data into the DataSet using the specified System.IO .TextReader and XmlReadMode. ARG(TextReader reader, XmlReadMode mode)|1|0 *doReadXml8=Reads XML schema and data into the DataSet using the specified System.Xml .XmlReader and XmlReadMode. ARG(XmlReader reader, XmlReadMode mode)|1|0 *doReadXmlSchema=Reads the XML schema from the specified Stream into the DataSet. ARG(Stream stream)|1|0 *doReadXmlSchema2=Reads the XML schema from the specified file into the DataSet. ARG(string fileName)|1|0 *doReadXmlSchema3=Reads the XML schema from the specified TextReader into the DataSet. ARG(TextReader reader)|1|0 *doReadXmlSchema4=Reads the XML schema from the specified XmlReader into the DataSet. ARG(XmlReader reader)|1|0 *doRejectChanges=Rolls back all the changes made to the DataSet since it was created, or since the last time DataSet .AcceptChanges was called. ARG()|1|0 *doReset=Resets the DataSet to its original state. Subclasses should override Reset to restore a DataSet to its original state. ARG()|1|0 *doSchemaSerializationMode=Sets a SchemaSerializationMode for a DataSet. ARG(SchemaSerializationMode)|1|0 *doSite=Sets an System.ComponentModel .ISite for the DataSet. ARG(ISite)|1|0 *doWriteXml=Writes the current data for the DataSet using the specified System.IO .Stream. ARG(Stream stream)|1|0 *doWriteXml2=Writes the current data for the DataSet to the specified file. ARG(string fileName)|1|0 *doWriteXml3=Writes the current data for the DataSet using the specified TextWriter. ARG(TextWriter writer)|1|0 *doWriteXml4=Writes the current data for the DataSet to the specified XmlWriter. ARG(XmlWriter writer)|1|0 *doWriteXml5=Writes the current data, and optionally the schema, for the DataSet using the specified System.IO .Stream and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. ARG(Stream stream, XmlWriteMode mode)|1|0 *doWriteXml6=Writes the current data, and optionally the schema, for the DataSet to the specified file using the specified XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. ARG(string fileName, XmlWriteMode mode)|1|0 *doWriteXml7=Writes the current data, and optionally the schema, for the DataSet using the specified TextWriter and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. ARG(TextWriter writer, XmlWriteMode mode)|1|0 *doWriteXml8=Writes the current data, and optionally the schema, for the DataSet using the specified XmlWriter and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. ARG(XmlWriter writer, XmlWriteMode mode)|1|0 *doWriteXmlSchema=Writes the DataSet structure as an XML schema to the specified System.IO .Stream object. ARG(Stream stream)|1|0 *doWriteXmlSchema2=Writes the DataSet structure as an XML schema to a file. ARG(string fileName)|1|0 *doWriteXmlSchema3=Writes the DataSet structure as an XML schema to the specified TextWriter object. ARG(TextWriter writer)|1|0 *doWriteXmlSchema4=Writes the DataSet structure as an XML schema to an XmlWriter object. ARG(XmlWriter writer)|1|0 *doWriteXmlSchema5=Writes the DataSet structure as an XML schema to the specified System.IO .Stream object. ARG(Stream stream, Converter multipleTargetConverter)|1|0 *doWriteXmlSchema6=Writes the DataSet structure as an XML schema to a file. ARG(string fileName, Converter multipleTargetConverter)|1|0 *doWriteXmlSchema7=Writes the DataSet structure as an XML schema to the specified TextWriter. ARG(TextWriter writer, Converter multipleTargetConverter)|1|0 *doWriteXmlSchema8=Writes the DataSet structure as an XML schema to the specified XmlWriter. ARG(XmlWriter writer, Converter multipleTargetConverter)|1|0 *onCreateDataReader=Occurs after invoke the method doCreateDataReader and returns the result. ARG(DataTableReader)|2|0 *onGetChanges=Occurs after invoke the method doGetChanges and returns the result. ARG(DataSet)|2|0 *onHasChanges=Occurs after invoke the method doHasChanges and returns the result. ARG(bool)|2|104 *onInitialized=Occurs after the DataSet is initialized. ARG(EventArgs)|2|0 *onMergeFailed=Occurs when a target and source DataRow have the same primary key value, and EnforceConstraints is set to true. ARG(MergeFailedEventArgs)|2|0 *onReadXml=Occurs after invoke the method doReadXml and returns the result. ARG(XmlReadMode)|2|0 *.Tables=Returns the collection of tables contained in the DataSet. ARG(DataTableCollection)|3|0 *CaseSensitive=Returns a value indicating whether string comparisons within DataTable objects are case-sensitive. ARG(bool)|3|104 *Clone=Copies the structure of the DataSet, including all DataTable schemas, relations, and constraints. Does not copy any data. ARG(DataSet)|3|0 *Copy=Copies both the structure and data for this DataSet. ARG(DataSet)|3|0 *CreateDataReader=Returns a DataTableReader with one result set per DataTable, in the same sequence as the tables appear in the Tables collection. ARG(DataTableReader)|3|0 *DataSetName=Returns the name of the current DataSet. ARG(string)|3|2 *DefaultViewManager=Returns a custom view of the data contained in the DataSet to allow filtering, searching, and navigating using a custom DataViewManager. ARG(DataViewManager)|3|0 *EnforceConstraints=Returns a value indicating whether constraint rules are followed when attempting any update operation. ARG(bool)|3|104 *ExtendedProperties=Returns the collection of customized user information associated with the DataSet. ARG(PropertyCollection)|3|0 *GetChanges=Gets a copy of the DataSet that contains all changes made to it since it was loaded or since AcceptChanges was last called. ARG(DataSet)|3|0 *GetXml=Returns the XML representation of the data stored in the DataSet. ARG(string)|3|2 *GetXmlSchema=Returns the XML Schema for the XML representation of the data stored in the DataSet. ARG(string)|3|2 *HasChanges=Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows. ARG(bool)|3|104 *HasErrors=Returns a value indicating whether there are errors in any of the DataTable objects within this DataSet. ARG(bool)|3|104 *IsInitialized=Returns a value that indicates whether the DataSet is initialized. ARG(bool)|3|104 *Locale=Returns the locale information used to compare strings within the table. ARG(CultureInfo)|3|0 *Namespace=Returns the namespace of the DataSet. ARG(string)|3|2 *Prefix=Returns an XML prefix that aliases the namespace of the DataSet. ARG(string)|3|2 *Relations=Get the collection of relations that link tables and allow navigation from parent tables to child tables. ARG(DataRelationCollection)|3|0 *RemotingFormat=Returns a SerializationFormat for the DataSet used during remoting. ARG(SerializationFormat)|3|0 *SchemaSerializationMode=Returns a SchemaSerializationMode for a DataSet. ARG(SchemaSerializationMode)|3|0 *Site=Returns an System.ComponentModel .ISite for the DataSet. ARG(ISite)|3|0 DataSet=Returns the DataSet object. ARG(DataSet)|3|0 *context=Defines a StreamingContext that contains the source and destination of the serialized stream associated with the DataSet. ARG(StreamingContext)|4|0 *dataSet=Defines the DataSet whose data and schema will be merged. ARG(DataSet)|4|0 *dataSetName=Defines the name of the DataSet. ARG(string)|4|2 *dataTables=Defines an array of DataTables providing the order of the result sets to be returned in the DataTableReader. ARG(DataTable[])|4|13 *errorHandler=Defines a FillErrorEventHandler delegate to call when an error occurs while loading data. ARG(FillErrorEventHandler)|4|0 *fileName=Defines the name of the file (including the path) from which to read the schema. ARG(string)|4|2 *info=Defines a SerializationInfo that holds the serialized data associated with the DataSet. ARG(SerializationInfo)|4|0 *loadOption=Defines a value from the LoadOption enumeration that indicates how rows already in the DataTable instances within the DataSet will be combined with incoming rows that share the same primary key. ARG(LoadOption)|4|0 *missingSchemaAction=Defines one of the MissingSchemaAction values. ARG(MissingSchemaAction)|4|0 *mode=Defines one of the XmlReadMode values. ARG(XmlReadMode)|4|0 *multipleTargetConverter=Defines a delegate used to convert Type to string. ARG(Converter)|4|0 *nsArray=Defines an array of namespace Uniform Resource Identifier (URI) strings to be excluded from schema inference. ARG(string[])|4|13 *preserveChanges=Defines true to preserve changes in the current DataSet; otherwise false. ARG(bool)|4|104 *reader=Defines the TextReader from which to read the schema. ARG(TextReader)|4|0 *rows=Defines the array of DataRow objects to be merged into the DataSet. ARG(DataRow[])|4|13 *rowStates=Defines one of the DataRowState values. ARG(DataRowState)|4|0 *stream=Defines the Stream from which to read the schema. ARG(Stream)|4|10 *table=Defines the DataTable whose data and schema will be merged. ARG(DataTable)|4|0 *tables=Defines an array of DataTable instances, from which the Load method retrieves name and namespace information. Each of these tables must be a member of the DataTableCollection contained by this DataSet. ARG(DataTable[])|4|13 *writer=Defines the TextWriter object with which to write. ARG(TextWriter)|4|0