FlexGrid for WinForms
MultiColumnDictionary Constructor(DataTable,String)



Data source object.
Name of the data source column that contains unique keys.
Initializes a new instance of a bound MultiColumnDictionary class.
Syntax
'Declaration
 
Public Function New( _
   ByVal table As DataTable, _
   ByVal keyColumn As String _
)
'Usage
 
Dim table As DataTable
Dim keyColumn As String
 
Dim instance As New MultiColumnDictionary(table, keyColumn)
public MultiColumnDictionary( 
   DataTable table,
   string keyColumn
)
public:
MultiColumnDictionary( 
   DataTable^ table,
   String^ keyColumn
)

Parameters

table
Data source object.
keyColumn
Name of the data source column that contains unique keys.
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

MultiColumnDictionary Class
MultiColumnDictionary Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback