BCGControlBar Library for .NET
SetRowsFromDataTable Method




Specifies the table to read the data from.
Adds rows from the specified DataTable to Grid control.
Syntax
'Declaration
 
Public Sub SetRowsFromDataTable( _
   ByVal dataView As DataTable _
) 
'Usage
 
Dim instance As DBGrid
Dim dataView As DataTable
 
instance.SetRowsFromDataTable(dataView)
public void SetRowsFromDataTable( 
   DataTable dataView
)
public: void SetRowsFromDataTable( 
   DataTable* dataView
) 
public:
void SetRowsFromDataTable( 
   DataTable^ dataView
) 

Parameters

dataView
Specifies the table to read the data from.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DBGrid Class
DBGrid Members

Send Feedback