PSDBUtility.ExtractArrayOfSpecificKeysFromDataTable - Méthode (DataTable, String, Boolean, Boolean, Boolean, Boolean)
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 Function ExtractArrayOfSpecificKeysFromDataTable ( _
table As DataTable, _
columnName As String, _
includeFromAddedRows As Boolean, _
includeFromModifiedRows As Boolean, _
includeFromDeletedRows As Boolean, _
includeFromUnchangedRows As Boolean _
) As Guid()
'Utilisation
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
)
Paramètres
- 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
Valeur renvoyée
Type : []