PSDBUtility.CopyDataTable - Méthode
Réservé à une utilisation interne.
Espace de noms : Microsoft.Office.Project.Server.Library
Assembly : Microsoft.Office.Project.Server.Library (dans Microsoft.Office.Project.Server.Library.dll)
Syntaxe
'Déclaration
Public Shared Sub CopyDataTable ( _
sourceTable As DataTable, _
destTable As DataTable _
)
'Utilisation
Dim sourceTable As DataTable
Dim destTable As DataTablePSDBUtility.CopyDataTable(sourceTable, _
destTable)
public static void CopyDataTable(
DataTable sourceTable,
DataTable destTable
)
Paramètres
- sourceTable
Type : System.Data.DataTable
- destTable
Type : System.Data.DataTable