BinaryLoaderSaverCatalog Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collection of extension methods for the DataOperationsCatalog to create instances of components to save and read IDataView objects to and from a high-performance binary format.
public static class BinaryLoaderSaverCatalog
type BinaryLoaderSaverCatalog = class
Public Module BinaryLoaderSaverCatalog
- Inheritance
-
BinaryLoaderSaverCatalog
Methods
LoadFromBinary(DataOperationsCatalog, IMultiStreamSource) |
Load a IDataView from an IMultiStreamSource on a binary file. Note that IDataView's are lazy, so no actual loading happens here, just schema validation. |
LoadFromBinary(DataOperationsCatalog, String) |
Load a IDataView from a binary file. Note that IDataView's are lazy, so no actual loading happens here, just schema validation. |
SaveAsBinary(DataOperationsCatalog, IDataView, Stream, Boolean) |
Save the IDataView into a binary stream. |