PSDBUtility.ExtractArrayOfPrimaryKeysFromDataTable 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 Function ExtractArrayOfPrimaryKeysFromDataTable ( _
table As DataTable, _
includeFromAddedRows As Boolean, _
includeFromModifiedRows As Boolean, _
includeFromDeletedRows As Boolean, _
includeFromUnchangedRows As Boolean _
) As Guid()
'Usage
Dim table As DataTable
Dim includeFromAddedRows As Boolean
Dim includeFromModifiedRows As Boolean
Dim includeFromDeletedRows As Boolean
Dim includeFromUnchangedRows As Boolean
Dim returnValue As Guid()
returnValue = PSDBUtility.ExtractArrayOfPrimaryKeysFromDataTable(table, _
includeFromAddedRows, includeFromModifiedRows, _
includeFromDeletedRows, includeFromUnchangedRows)
public static Guid[] ExtractArrayOfPrimaryKeysFromDataTable(
DataTable table,
bool includeFromAddedRows,
bool includeFromModifiedRows,
bool includeFromDeletedRows,
bool includeFromUnchangedRows
)
Parameters
- table
Type: System.Data.DataTable
- includeFromAddedRows
Type: System.Boolean
- includeFromModifiedRows
Type: System.Boolean
- includeFromDeletedRows
Type: System.Boolean
- includeFromUnchangedRows
Type: System.Boolean
Return Value
Type: []