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