TimesheetManagersDataSet.TimesheetManagersDataTable.Clone method
This member overrides DataTable.Clone().
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Overrides Function Clone As DataTable
'Usage
Dim instance As TimesheetManagersDataSet.TimesheetManagersDataTable
Dim returnValue As DataTable
returnValue = instance.Clone()
public override DataTable Clone()
Return value
Type: System.Data.DataTable
See also
Reference
TimesheetManagersDataSet.TimesheetManagersDataTable class