PSDBUtility.BuildDictionaryTableIndex método
Reservado para uso interno.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (em Microsoft.Office.Project.Server.Library.dll)
Sintaxe
'Declaração
Public Shared Function BuildDictionaryTableIndex ( _
dt As DataTable, _
keyCol As DataColumn _
) As Dictionary(Of Guid, DataRow)
'Uso
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
)
Parâmetros
- dt
Tipo: System.Data.DataTable
- keyCol
Tipo: System.Data.DataColumn
Valor retornado
Tipo: System.Collections.Generic.Dictionary<Guid, DataRow>
Retorna Dictionary<TKey, TValue>.