An NDoc Documented Class Library

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 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.
CreateDataReader (inherited from DataTable)Returns a DataTableReader corresponding to the data within this DataTable.
Dispose (inherited from MarshalByValueComponent)Overloaded. 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)Overloaded. Gets a copy of the DataTable that contains all changes made to it since it was loaded or AcceptChanges was last called.
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. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetObjectData (inherited from DataTable)Populates a serialization information object with the data needed to serialize the DataTable.
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.
Load (inherited from DataTable)Overloaded. Fills a DataTable with values from a data source using the supplied IDataReader. If the DataTable already contains rows, the incoming data from the data source is merged with the existing rows.
LoadDataRow (inherited from DataTable)Overloaded. Finds and updates a specific row. If no matching row is found, a new row is created using the given values.
Merge (inherited from DataTable)Overloaded. Merge the specified DataTable with the current DataTable.
NewRow (inherited from DataTable)Creates a new DataRow with the same schema as the table.
ReadXml (inherited from DataTable)Overloaded. Reads XML schema and data into the DataTable using the specified Stream.
ReadXmlSchema (inherited from DataTable)Overloaded. Reads an XML schema into the DataTable using the specified stream.
RecordIndex Gets 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)Overloaded. Gets an array of all DataRow objects.
ToString (inherited from DataTable)Gets the TableName and DisplayExpression, if there is one as a concatenated string.
WriteXml (inherited from DataTable)Overloaded. Writes the current contents of the DataTable as XML using the specified XmlWriter.
WriteXmlSchema (inherited from DataTable)Overloaded. Writes the current data structure of the DataTable as an XML schema to the specified stream.

Protected Instance Methods

CreateInstance (inherited from DataTable) 
Dispose (inherited from MarshalByValueComponent)Overloaded. Releases the unmanaged resources used by the MarshalByValueComponent and optionally releases the managed resources.
Finalize (inherited from MarshalByValueComponent)[To be supplied.]
GetRowType (inherited from DataTable) 
GetSchema (inherited from DataTable) 
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
NewRowFromBuilder (inherited from DataTable)Creates a new row from an existing row.
OnPropertyChanging (inherited from DataTable)Raises the PropertyChanging event.
OnRemoveColumn (inherited from DataTable)Notifies the DataTable that a DataColumn is being removed.
OnRowChanged (inherited from DataTable)Raises the RowChanged event.
OnRowChanging (inherited from DataTable)Raises the RowChanging event.
OnRowDeleted (inherited from DataTable)Raises the RowDeleted event.
OnRowDeleting (inherited from DataTable)Raises the RowDeleting event.
OnTableCleared (inherited from DataTable)Raises the TableCleared event.
OnTableClearing (inherited from DataTable)Raises the TableClearing event.
OnTableNewRow (inherited from DataTable)Raises the TableNewRow event.
ReadXmlSerializable (inherited from DataTable) 

Protected Internal Instance Methods

NewRowArray (inherited from DataTable) 
OnColumnChanged (inherited from DataTable)Raises the ColumnChanged event.
OnColumnChanging (inherited from DataTable)Raises the ColumnChanging event.

See Also

ModelDataTable Class | WRQ.Verastream.HostIntegrator Namespace