ComponentOne DataObjects for .NET
List Property

C1.Data.2 Assembly > C1.Data Namespace > GetListEventArgs Class : List Property
This argument contains the list of rows. In events returning a list, create a new ArrayList object, fill it with rows and assign to the List argument. In events returning a single row (for example, GetParentRow:C1DataSetLogic event), add a single row to the list.
Syntax
'Declaration
 
Public Property List As System.Collections.ArrayList
public System.Collections.ArrayList List {get; set;}
See Also

Reference

GetListEventArgs Class
GetListEventArgs Members