Gets the final DataContainer instance after building and modifying it.
The constructed DataContainer instance.
Retrieves a table builder for the specified table name. If the table does not exist, a new table is created within the DataContainer.
The name of the table.
An object containing the table builder and a boolean indicating whether the table is newly created.
Generated using TypeDoc
A builder class for constructing and modifying a DataContainer instance.
This class provides methods to retrieve, and append tables within a DataContainer.
Example