Quantcast
Channel: CSLA .NET
Viewing all articles
Browse latest Browse all 764

Relationship DataTable and DataReader ?

$
0
0

Instead i load DataReader from syntax:

OleDbCommand cmd = new OleDbCommand(sSQL, Connl); 

OleDbDataReader dr = cmd.ExecuteReader();

 

now I want to put on the list DataTable list DataReader, how I want to find relationships syntax ?

public void DataReader(DataTable input) 

{ input .... ??? 

  OleDbDataReader dr = cmd.ExecuteReader();

  ... 

}


Viewing all articles
Browse latest Browse all 764

Trending Articles