StatusingDataSet.ProjectsDataTable Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents status information about projects that is contained in one or more StatusingDataSet.ProjectsRow objects.
public: ref class StatusingDataSet::ProjectsDataTable : System::Data::DataTable, System::Collections::IEnumerable
[Serializable]
public class StatusingDataSet.ProjectsDataTable : System.Data.DataTable, System.Collections.IEnumerable
type StatusingDataSet.ProjectsDataTable = class
inherit DataTable
interface IEnumerable
Public Class StatusingDataSet.ProjectsDataTable
Inherits DataTable
Implements IEnumerable
- Inheritance
-
StatusingDataSet.ProjectsDataTable
- Attributes
-
SerializableAttribute
- Implements
Constructors
| StatusingDataSet.ProjectsDataTable() |
Creates an instance of the ProjectsDataTable class. |
| StatusingDataSet.ProjectsDataTable(SerializationInfo, StreamingContext) |
Creates an instance of the ProjectsDataTable class by using separate parameters. |
Properties
Methods
| AddProjectsRow(StatusingDataSet+ProjectsRow) |
Adds a ProjectsRow object to the ProjectsDataTable. |
| Clone() | |
| CreateInstance() | |
| FindByPROJ_UID(Guid) |
Gets the ProjectsRow object specified by the project. |
| GetEnumerator() |
Gets an enumerator that can be used to iterate through the rows of the ProjectsDataTable. |
| GetRowType() | |
| GetTypedTableSchema(XmlSchemaSet) |
This member is reserved for internal use and is not intended to be used directly from your code. |
| NewProjectsRow() |
Creates a row object in the ProjectsDataTable. |
| NewRowFromBuilder(DataRowBuilder) | |
| OnRowChanged(DataRowChangeEventArgs) | |
| OnRowChanging(DataRowChangeEventArgs) | |
| OnRowDeleted(DataRowChangeEventArgs) | |
| OnRowDeleting(DataRowChangeEventArgs) | |
| RemoveProjectsRow(StatusingDataSet+ProjectsRow) |
Deletes the specified row object from the ProjectsDataTable. |
Events
| ProjectsRowChanged |
The post-event that occurs after a row is changed. |
| ProjectsRowChanging |
The pre-event that occurs before a row is changed. |
| ProjectsRowDeleted |
The post-event that occurs after a row is deleted. |
| ProjectsRowDeleting |
The pre-event that occurs before a row is deleted. |