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