InternalCollections Property
InternalCollections
Gets the collections that feed this collection.
Declaration
protected IDataCollection<IDataCollection<T>> InternalCollections { get; set; }
Protected Property InternalCollections As IDataCollection(Of IDataCollection(Of T))