| EdiWriterT, UWrite(U, Separators) Method |
Writes a group header to the destination to start a new group.
Closes the previous group if any, only when AutoTrailer is set to true (default).
Namespace: EdiFabric.Framework.WritersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public abstract void Write(
U groupHeader,
Separators separators = null
)
Public MustOverride Sub Write (
groupHeader As U,
Optional separators As Separators = Nothing
)
Parameters
- groupHeader U
- The group header.
- separators Separators (Optional)
- The separators.
Allows to write multiple groups to the destination, each with its own separators.
See Also