DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetCursorDataCollection Class / InternalList Property

In This Topic
    InternalList Property (C1AdoNetCursorDataCollection)
    In This Topic
    Gets or sets the list that hold the items to be returned in the public api.
    Syntax
    'Declaration
     
    Protected ReadOnly Property InternalList As List(Of T)
    protected List<T> InternalList {get;}
    See Also