| Name | Description |
![Public Method](dotnetimages/publicMethod.gif) | AcceptChanges | Commits all the changes made to this table since the last time System.Data.DataTable.AcceptChanges was called. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | AddScheduledStationNamesRow | Overloaded. Adds a MWLDataset.ScheduledStationNamesRow object to the System.Data.DataTable.Rows collection. |
![Public Method](dotnetimages/publicMethod.gif) | BeginInit | Begins the initialization of a System.Data.DataTable that is used on a form or used by another component. The initialization occurs at run time. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | BeginLoadData | Turns off notifications, index maintenance, and constraints while loading data. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | Cast | Converts the elements of an System.Data.TypedTableBase'1 to the specified type. This method supports typed System.Data.DataTable object generation by Visual Studio and the XSD.exe .NET Framework tool. This method is not intended to be used directly from your code. (Inherited from System.Data.TypedTableBase<MWLDataset.ScheduledStationNamesRow>) |
![Public Method](dotnetimages/publicMethod.gif) | Clear | Clears the System.Data.DataTable of all data. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | Clone | Overridden. Clones the structure of the MWLDataset.ScheduledStationNamesDataTable, including all MWLDataset.ScheduledStationNamesDataTable schemas and constraints |
![Public Method](dotnetimages/publicMethod.gif) | Compute | Computes the given expression on the current rows that pass the filter criteria. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | Copy | Copies both the structure and data for this System.Data.DataTable. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | CreateDataReader | Returns a System.Data.DataTableReader corresponding to the data within this System.Data.DataTable. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | Dispose | Overloaded. Releases all resources used by the System.ComponentModel.MarshalByValueComponent. (Inherited from System.ComponentModel.MarshalByValueComponent) |
![Public Method](dotnetimages/publicMethod.gif) | EndInit | Ends the initialization of a System.Data.DataTable that is used on a form or used by another component. The initialization occurs at run time. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | EndLoadData | Turns on notifications, index maintenance, and constraints after loading data. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | FindByScheduledProcedureStepIDScheduledStationName | Finds a MWLDataset.ScheduledStationNamesRow in the System.Data.DataTable.Rows collection by the Scheduled Procedure Step ID and Scheduled Station Name value. |
![Public Method](dotnetimages/publicMethod.gif) | GetChanges | Overloaded. Gets a copy of the System.Data.DataTable that contains all changes made to it since it was loaded or System.Data.DataTable.AcceptChanges was last called. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | GetEnumerator | Returns an enumerator for the typed-System.Data.DataRow. This method supports typed-System.Data.DataTable object generation by Visual Studio and the XSD.exe .NET Framework tool. This method is not intended to be used directly from your code. (Inherited from System.Data.TypedTableBase<MWLDataset.ScheduledStationNamesRow>) |
![Public Method](dotnetimages/publicMethod.gif) | GetErrors | Gets an array of System.Data.DataRow objects that contain errors. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | GetObjectData | Populates a serialization information object with the data needed to serialize the System.Data.DataTable. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | GetService | Gets the implementer of the System.IServiceProvider. (Inherited from System.ComponentModel.MarshalByValueComponent) |
![Public Method](dotnetimages/publicMethod.gif) ![static (Shared in Visual Basic)](dotnetimages/static.gif) | GetTypedTableSchema | Returns the System.Xml.Schema.XmlSchemaComplexType for the MWLDataset.ScheduledStationNamesDataTable. |
![Public Method](dotnetimages/publicMethod.gif) | ImportRow | Copies a System.Data.DataRow into a System.Data.DataTable, preserving any property settings, as well as original and current values. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | Load | Overloaded. Fills a System.Data.DataTable with values from a data source using the supplied System.Data.IDataReader. If the System.Data.DataTable already contains rows, the incoming data from the data source is merged with the existing rows. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | LoadDataRow | Overloaded. Finds and updates a specific row. If no matching row is found, a new row is created using the given values. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | Merge | Overloaded. Merge the specified System.Data.DataTable with the current System.Data.DataTable. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | NewRow | Creates a new System.Data.DataRow with the same schema as the table. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | NewScheduledStationNamesRow | Creates an empty MWLDataset.ScheduledStationNamesRow without adding it to the System.Data.DataTable.Rows collection. |
![Public Method](dotnetimages/publicMethod.gif) | ReadXml | Overloaded. Reads XML schema and data into the System.Data.DataTable using the specified System.IO.Stream. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | ReadXmlSchema | Overloaded. Reads an XML schema into the System.Data.DataTable using the specified stream. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | RejectChanges | Rolls back all changes that have been made to the table since it was loaded, or the last time System.Data.DataTable.AcceptChanges was called. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | RemoveScheduledStationNamesRow | Removes a MWLDataset.ScheduledStationNamesRow from the System.Data.DataTable.Rows collection. |
![Public Method](dotnetimages/publicMethod.gif) | Reset | Resets the System.Data.DataTable to its original state. Reset removes all data, indexes, relations, and columns of the table. If a DataSet includes a DataTable, the table will still be part of the DataSet after the table is reset. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | Select | Overloaded. Gets an array of all System.Data.DataRow objects. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | ToString | Gets the System.Data.DataTable.TableName and System.Data.DataTable.DisplayExpression, if there is one as a concatenated string. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | WriteXml | Overloaded. Writes the current contents of the System.Data.DataTable as XML using the specified System.IO.Stream. (Inherited from System.Data.DataTable) |
![Public Method](dotnetimages/publicMethod.gif) | WriteXmlSchema | Overloaded. Writes the current data structure of the System.Data.DataTable as an XML schema to the specified stream. (Inherited from System.Data.DataTable) |