intrinsic objects of ADO.Net?

W

W.G. Ryan eMVP

I'm not familiar with that phrase per se, but I'm guessing the base objects
are the ones from System.Data. For instance, all provider specific
DataReaders (OleDbDataReader, SqlDataReader etc) derive from IDataReader,
same for connections IDBConnection, Command, IDBCommand etc.

DataSet, DataTable, DataView etc are all 'common' and don't have provider
specific implementations so they may be referring to these as well (which
are also part of System.Data)
 
W

W.G. Ryan eMVP

Mark - the only time I've heard Intrinsic object used per se was in the
context of ASP.NET. I followed your advice but I didn't really get a feel
for what was meant. I answered Alan's question as best I could, but I seem
to be missing something. If you don't mind, if the answer is outside of the
context of what I posted (ie the System.Data namespace objects ) would you
mind posting them? I just get the feeling I'm missing something here that I
ought to know ;-)

Thanks

Bill
 
M

Mark Rae

Mark - the only time I've heard Intrinsic object used per se was in the
context of ASP.NET. I followed your advice but I didn't really get a feel
for what was meant. I answered Alan's question as best I could, but I
seem
to be missing something. If you don't mind, if the answer is outside of
the
context of what I posted (ie the System.Data namespace objects ) would you
mind posting them? I just get the feeling I'm missing something here that
I
ought to know ;-)

Not at all - sometimes people just need a little nudge to help them learn to
help themselves, to slightly misquote Paul Simon... Google, or similar,
really should be everyone's starting point before posting a question in
these newsgroups, I've always thought.
 
W

W.G. Ryan eMVP

I definitely got where you were going with the post, I was just wondering if
I was missing something ;-)

Thanks Mark!
 
C

Cor Ligthert

Sahil,

I saw some people answering this question, while I had not the slightest
idea what was meant with the question.

Therefore I would give you the idea that you where missing something.

However you answered clever in the same way.

:)

Cor
 
C

Cor Ligthert

Sahil,

See this text below.

Sahil saidCor said stopping this what what what

And Sahil wrote than while misquoting the message from Cor an abusing
message.

I am sad about this, because I am not used that behaviour from you Sahil.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top