How does Dataset.Relations work internally?
- From: Frank Rizzo <none@xxxxxxxx>
- Date: Wed, 25 May 2005 13:36:06 -0700
Does ADO.NET internally sets up hashtables for the columns that are used to tie tables, so that later on hashtables can be used to quickly retrieve data? Or does it just loop through data to locate the ChildRows. For instance, in a line like this.
ds.Relations.Add( new DataRelation(RELATION_BREAK_PRODUCT, tblBreak.Columns[FIELD_BREAK_ID], ds.Tables["Product"].Columns[FIELD_BREAK_ID]));
Thanks. .
- Follow-Ups:
- RE: How does Dataset.Relations work internally?
- From: "Andrew Conrad"
- Re: How does Dataset.Relations work internally?
- From: Sahil Malik [MVP]
- RE: How does Dataset.Relations work internally?
- Prev by Date: RE: ADO.NET System.Data.SqlClient
- Next by Date: Re: ADO.NET System.Data.SqlClient
- Previous by thread: Load a string of CSV from memory into a dataset
- Next by thread: Re: How does Dataset.Relations work internally?
- Index(es):
Relevant Pages
|