Share via


PSDBUtility.CopyDataTable method

Reserved for internal use.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Shared Sub CopyDataTable ( _
    sourceTable As DataTable, _
    destTable As DataTable _
)
'Usage
Dim sourceTable As DataTable
Dim destTable As DataTablePSDBUtility.CopyDataTable(sourceTable, _
    destTable)
public static void CopyDataTable(
    DataTable sourceTable,
    DataTable destTable
)

Parameters

See also

Reference

PSDBUtility class

PSDBUtility members

Microsoft.Office.Project.Server.Library namespace