del método PSDBUtility.CopyDataTable
Reservado para uso interno.
Espacio de nombres: Microsoft.Office.Project.Server.Library
Ensamblado: Microsoft.Office.Project.Server.Library (en Microsoft.Office.Project.Server.Library.dll)
Sintaxis
'Declaración
Public Shared Sub CopyDataTable ( _
sourceTable As DataTable, _
destTable As DataTable _
)
'Uso
Dim sourceTable As DataTable
Dim destTable As DataTablePSDBUtility.CopyDataTable(sourceTable, _
destTable)
public static void CopyDataTable(
DataTable sourceTable,
DataTable destTable
)
Parámetros
- sourceTable
Tipo: System.Data.DataTable
- destTable
Tipo: System.Data.DataTable