SerializeDataTable

Description

Efficiently serialize a DataTable into a byte array.


DataTable

DataTable InArgument<DataTable> REQUIRED

The DataTable to serialize.


Result

Result OutArgument<Byte[]> REQUIRED

The serialized data.


Settings

CompressionLevel CompressionLevel

Indicates whether to emphasize speed or compression efficiency when serializing the DataTable. Possible values are Optimal, Fastest or NoCompression.