Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- sourceTable
Type: System.Data.DataTable
- destTable
Type: System.Data.DataTable