TimesheetListDataSet.TimesheetsDataTable.Clone method
Clones the structure of the TimesheetsDataTable, including all TimesheetsDataTable schemas and constraints.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Overrides Function Clone As DataTable
'Usage
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim returnValue As DataTable
returnValue = instance.Clone()
public override DataTable Clone()
Return value
Type: System.Data.DataTable
See also
Reference
TimesheetListDataSet.TimesheetsDataTable class