Intersoft WebGrid Documentation
LoadTablesStructure(String) Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGrid Class > LoadTablesStructure Method : LoadTablesStructure(String) Method






fileName
The table structure filename.
Loads table file structure and restore it to RootTable of current WebGrid.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub LoadTablesStructure( _
   ByVal fileName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim fileName As String
 
instance.LoadTablesStructure(fileName)
C# 
public void LoadTablesStructure( 
   string fileName
)
Delphi 
public procedure LoadTablesStructure( 
    fileName: String
); 
JScript 
public function LoadTablesStructure( 
   fileName : String
);
Managed Extensions for C++ 
public: void LoadTablesStructure( 
   string* fileName
) 
C++/CLI 
public:
void LoadTablesStructure( 
   String^ fileName
) 

Parameters

fileName
The table structure filename.

Remarks

WebGrid provides a convenient way for developers to apply two or more WebGrid that has same Table structure by loading it from a file that saved by calling SaveTablesStructure.

Requirements

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

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.