Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 _
) As Guid()
'Usage
Dim table As DataTable
Dim columnName As String
Dim returnValue As Guid()
returnValue = PSDBUtility.ExtractArrayOfSpecificKeysFromDataTable(table, _
columnName)
public static Guid[] ExtractArrayOfSpecificKeysFromDataTable(
DataTable table,
string columnName
)
Parameters
- table
Type: System.Data.DataTable
- columnName
Type: System.String
Return value
Type: []