DataProvider.InitRowDataManipulation(ArrayList, SortedList) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
init data structures so that row manipulation is done eficiently
public void InitRowDataManipulation (System.Collections.ArrayList parentProperties, System.Collections.SortedList postProcessList);
member this.InitRowDataManipulation : System.Collections.ArrayList * System.Collections.SortedList -> unit
Public Sub InitRowDataManipulation (parentProperties As ArrayList, postProcessList As SortedList)
Parameters
- parentProperties
- ArrayList
- postProcessList
- SortedList