Initializes a new instance of a bound 
MultiColumnDictionary class.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As System.Data.DataTable, _
   ByVal keyColumn As System.String _
)
             
        
            
            public MultiColumnDictionary( 
   System.Data.DataTable ,
   System.string keyColumn
)
             
        
             
        
            パラメータ
- table
 
- Data source object.
 - keyColumn
 
- Name of the data source column that contains unique keys.
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照