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 Sub ExtractColumnFromDataTablesIntoArrayLists ( _
added As Hashtable(), _
modified As Hashtable(), _
deleted As Hashtable(), _
unchanged As Hashtable(), _
colName As String, _
ParamArray tables As DataTable() _
)
'Usage
Dim added As Hashtable()
Dim modified As Hashtable()
Dim deleted As Hashtable()
Dim unchanged As Hashtable()
Dim colName As String
Dim tables As DataTable()
PSDBUtility.ExtractColumnFromDataTablesIntoArrayLists(added, _
modified, deleted, unchanged, colName, _
tables)
public static void ExtractColumnFromDataTablesIntoArrayLists(
Hashtable[] added,
Hashtable[] modified,
Hashtable[] deleted,
Hashtable[] unchanged,
string colName,
params DataTable[] tables
)
Parameters
- added
Type: []
- modified
Type: []
- deleted
Type: []
- unchanged
Type: []
- colName
Type: System.String
- tables
Type: []