PSDBUtility.BuildDictionaryTableIndex - 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 Function BuildDictionaryTableIndex ( _
dt As DataTable, _
keyCol As DataColumn _
) As Dictionary(Of Guid, DataRow)
'Utilisation
Dim dt As DataTable
Dim keyCol As DataColumn
Dim returnValue As Dictionary(Of Guid, DataRow)
returnValue = PSDBUtility.BuildDictionaryTableIndex(dt, _
keyCol)
public static Dictionary<Guid, DataRow> BuildDictionaryTableIndex(
DataTable dt,
DataColumn keyCol
)
Paramètres
- dt
Type : System.Data.DataTable
- keyCol
Type : System.Data.DataColumn
Valeur renvoyée
Type : System.Collections.Generic.Dictionary<Guid, DataRow>
Cette propriété renvoie Dictionary<TKey, TValue>.