ModelDataTable Methods
From WRQ.Verastream.HostIntegrator
The methods of the ModelDataTable class are listed below. For a complete list of ModelDataTable class members, see the ModelDataTable Members topic.
Public Instance Methods
| Commits all the changes made to this table since the last time AcceptChanges was called. | |
| Begins the initialization of a DataTable that is used on a form or used by another component. The initialization occurs at runtime. | |
| Turns off notifications, index maintenance, and constraints while loading data. | |
| Clears the DataTable of all data. | |
| Clones the structure of the DataTable, including all DataTable schemas, relations, and constraints. | |
| Computes the given expression on the current rows that pass the filter criteria. | |
| Copies both the structure and data for this DataTable. | |
| Releases all resources used by the MarshalByValueComponent . | |
| Ends the initialization of a DataTable that is used on a form or used by another component. The initialization occurs at runtime. | |
| Turns on notifications, index maintenance, and constraints after loading data. | |
| Determines whether the specified Object is equal to the current Object. | |
| Gets a copy of the DataTable that contains all changes made to it since it was loaded or AcceptChanges was last called. | |
| Gets a copy of the DataTable containing all changes made to it since it was last loaded, or since AcceptChanges was called, filtered by DataRowState. | |
| Gets an array of DataRow objects that contain errors. | |
| Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| Gets the implementer of the IServiceProvider. | |
| Gets the Type of the current instance. | |
| Copies a DataRow into a DataTable, preserving any property settings, as well as original and current values. | |
| Finds and updates a specific row. If no matching row is found, a new row is created using the given values. | |
| Creates a new DataRow with the same schema as the table. | |
| Gets the index number for the specified record. | |
| Rolls back all changes that have been made to the table since it was loaded, or the last time AcceptChanges was called. | |
| Resets the DataTable to its original state. | |
| Gets an array of all DataRow objects. | |
| Gets an array of all DataRow objects that match the filter criteria in order of primary key (or lacking one, order of addition.) | |
| Gets an array of all DataRow objects that match the filter criteria, in the the specified sort order. | |
| Gets an array of all DataRow objects that match the filter in the order of the sort, that match the specified state. | |
| Gets the TableName and DisplayExpression, if there is one as a concatenated string. |
Explicit Interface Implementations
See Also
ModelDataTable Class | WRQ.Verastream.HostIntegrator Namespace