VJournalCollection(IList<VJournal>) Constructor
Construct the collection using a list of
VJournal objects
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public VJournalCollection(
IList<VJournal> journals
)
Public Sub New (
journals As IList(Of VJournal)
)
public:
VJournalCollection(
IList<VJournal^>^ journals
)
new :
journals : IList<VJournal> -> VJournalCollection
Parameters
- journals IList<VJournal>
- The IList<T> of journals to add