ComponentOne FlexGrid for WinForms
MultiColumnDictionary Constructor(DataTable,String)

C1.Win.C1FlexGrid Namespace > MultiColumnDictionary Class > MultiColumnDictionary Constructor : 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 _
)
public MultiColumnDictionary( 
   DataTable table,
   string keyColumn
)

Parameters

table
Data source object.
keyColumn
Name of the data source column that contains unique keys.
See Also

Reference

MultiColumnDictionary Class
MultiColumnDictionary Members
Overload List