Intersoft WebGrid Documentation
WebGridTable Constructor(String,String,String)
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridTable Class > WebGridTable Constructor : WebGridTable Constructor(String,String,String)






name
The name to give the table.
dataMember
The data member that available in data source for this table.
caption
The text that appear in the header of this table.
Initializes a new instance of the WebGridTable class with specified table name, data member and caption.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal dataMember As String, _
   ByVal caption As String _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim dataMember As String
Dim caption As String
 
Dim instance As New WebGridTable(name, dataMember, caption)
C# 
public WebGridTable( 
   string name,
   string dataMember,
   string caption
)
Delphi 
public WebGridTable( 
    name: String;
    dataMember: String;
    caption: String
); 
JScript 
public function WebGridTable( 
   name : String,
   dataMember : String,
   caption : String
);
Managed Extensions for C++ 
public: WebGridTable( 
   string* name,
   string* dataMember,
   string* caption
)
C++/CLI 
public:
WebGridTable( 
   String^ name,
   String^ dataMember,
   String^ caption
)

Parameters

name
The name to give the table.
dataMember
The data member that available in data source for this table.
caption
The text that appear in the header of this table.

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.