ModelDataTable Methods

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

ModelDataTableĀ Methods

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

AcceptChanges (inherited from DataTable)Commits all the changes made to this table since the last time AcceptChanges was called.
BeginInit (inherited from DataTable)Begins the initialization of a DataTable that is used on a form or used by another component. The initialization occurs at runtime.
BeginLoadData (inherited from DataTable)Turns off notifications, index maintenance, and constraints while loading data.
Clear (inherited from DataTable) Clears the DataTable of all data.
Clone (inherited from DataTable)Clones the structure of the DataTable, including all DataTable schemas, relations, and constraints.
Compute (inherited from DataTable)Computes the given expression on the current rows that pass the filter criteria.
Copy (inherited from DataTable)Copies both the structure and data for this DataTable.
Dispose (inherited from MarshalByValueComponent) Releases all resources used by the MarshalByValueComponent .
EndInit (inherited from DataTable)Ends the initialization of a DataTable that is used on a form or used by another component. The initialization occurs at runtime.
EndLoadData (inherited from DataTable)Turns on notifications, index maintenance, and constraints after loading data.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetChanges (inherited from DataTable)Gets a copy of the DataTable that contains all changes made to it since it was loaded or AcceptChanges was last called.
GetChanges (inherited from DataTable)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.
GetErrors (inherited from DataTable)Gets an array of DataRow objects that contain errors.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetService (inherited from MarshalByValueComponent)Gets the implementer of the IServiceProvider.
GetType (inherited from Object)Gets the Type of the current instance.
ImportRow (inherited from DataTable)Copies a DataRow into a DataTable, preserving any property settings, as well as original and current values.
LoadDataRow (inherited from DataTable)Finds and updates a specific row. If no matching row is found, a new row is created using the given values.
NewRow (inherited from DataTable)Creates a new DataRow with the same schema as the table.
RecordIndexGets the index number for the specified record.
RejectChanges (inherited from DataTable)Rolls back all changes that have been made to the table since it was loaded, or the last time AcceptChanges was called.
Reset (inherited from DataTable) Resets the DataTable to its original state.
Select (inherited from DataTable)Gets an array of all DataRow objects.
Select (inherited from DataTable)Gets an array of all DataRow objects that match the filter criteria in order of primary key (or lacking one, order of addition.)
Select (inherited from DataTable)Gets an array of all DataRow objects that match the filter criteria, in the the specified sort order.
Select (inherited from DataTable)Gets an array of all DataRow objects that match the filter in the order of the sort, that match the specified state.
ToString (inherited from DataTable)Gets the TableName and DisplayExpression, if there is one as a concatenated string.

Explicit Interface Implementations

IListSource.GetList (inherited from DataTable)
ISerializable.GetObjectData (inherited from DataTable)

See Also

ModelDataTable Class | WRQ.Verastream.HostIntegrator Namespace