ArchiveScheduleDataSet.ArchiveScheduleDataTable class

Supplies table management methods and class information including methods, extensions, properties, and fields that are associated with indexing; provides row and column operations for ArchiveScheduleDataSet.ArchiveScheduleRow data.

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataTable
      WebSvcArchive.ArchiveScheduleDataSet.ArchiveScheduleDataTable

Namespace:  WebSvcArchive
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ArchiveScheduleDataTable _
    Inherits DataTable _
    Implements IEnumerable
'Usage
Dim instance As ArchiveScheduleDataSet.ArchiveScheduleDataTable
[SerializableAttribute]
public class ArchiveScheduleDataTable : DataTable, 
    IEnumerable

Remarks

Each row of the data table contains a ArchiveScheduleDataSet.ArchiveScheduleRow object.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ArchiveScheduleDataSet.ArchiveScheduleDataTable members

WebSvcArchive namespace