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