'Declaration Public Overloads Sub LoadTable( _ ByVal table As DataTable, _ ByVal rowState As DataRowState _ )
public void LoadTable( DataTable table, DataRowState rowState )
Parameters
- table
 - The DataTable object to obtain data from.
 - rowState
 - The specified row state. Only rows that match it will be copied to the target table.