IEnumerable to Data Reader
This Activity converts an IEnumerable List to a Data Reader object*. When the Activity is dragged to the canvas, the user is ask to input the Type of the IEnumerable List.
IEnumerable to Data Reader Properties:
Property Name | Data Type | Property Type | Property Description |
---|---|---|---|
List | .NET IEnumerable List | Input | This property specifies the List whose contents are to be converted to a Data Reader Object. |
OutDataReader | .NET Data Reader | Output | This property specifies the Data Reader that contains the contents of List. |
*A Data Reader object retrieves rows from a data source.
VIP DEVOPS INTEGRATION VIP DESIGNER ACTIONS COLLECTION ACTIONS