Load tables structure from stream.
Load table structure and restore it to RootTable of current WebGrid.Overload | Description |
---|---|
LoadTablesStructure(Stream) | Load tables structure from stream. |
LoadTablesStructure(String) | Loads table file structure and restore it to RootTable of current WebGrid. |
Users who have migrated WebGrid.Net from V3.5 to V4.0, the LoadTableStructure's parameter in V4.0 is still same with the one in V3.5. However, the binary format is different with V3.5, and therefore, it is not compatible and it would not load any binary layout or tables structure which saved by using SaveTablesStructure() in V3.5.
WebGrid.Net V4.0 SaveTablesStructure has been standardized and follow the framework’s specification by utilizing the framework’s own binary serialization.
So when you loads the previously saved layout or table structures in V4.0, you will not get any errors. It will just ignoring the content of the file and will not apply it to the current table structure.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family