PSDBUtility.CleanupDataTable - 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 CleanupDataTable ( _
table As DataTable, _
expectedStates As DataRowState() _
)
'Utilisation
Dim table As DataTable
Dim expectedStates As DataRowState()
PSDBUtility.CleanupDataTable(table, expectedStates)
public static void CleanupDataTable(
DataTable table,
DataRowState[] expectedStates
)
Paramètres
- table
Type : System.Data.DataTable
- expectedStates
Type : []