Initializes a new instance of the ListDataAccessor class.
Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public ListDataAccessor( IList list ) |
Visual Basic |
---|
Public Sub New ( list As IList ) |
Visual C++ |
---|
public: ListDataAccessor( IList^ list ) |
F# |
---|
new : list : IList -> ListDataAccessor |
Parameters
- list
- Type: System.Collections..::..IList
The list.