VJournalCollection(IList<VJournal>) Constructor

Construct the collection using a list of VJournal objects

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public VJournalCollection(
	IList<VJournal> journals
)

Parameters

journals  IList<VJournal>
The IList<T> of journals to add

See Also