Icon View Thread

The following is the text of the current message along with any replies.
Messages 11 to 11 of 11 total
Thread Trouble in .Net land
Mon, Jul 11 2016 4:24 AMPermanent Link

Matthew Jones

Tim Young [Elevate Software] wrote:

> << One thing that I think is lacking is an example of how to get the
> data from the command cursor. I managed to work out this: >>
>
> EDBDataCursor is a descendant of the DataReader class, so it works in
> the same way, minus the uni-directional aspect (DataCursor is a
> bi-directional cursor):
>
>
http://www.elevatesoft.com/manual?action=viewtopic&id=edb2dac&topic=EDBDataReader
>
> EDBDataReader is also a descendant of the DbDataReader class, where
> most of the common functionality is located:
>
>
https://msdn.microsoft.com/en-us/library/system.data.common.dbdatareader(v=vs.110).aspx

Brilliant, thank you. Very helpful to a C# noob like me to be pointed
in the direction of these things. I'm finding that some of the very
nice facilities of C#/.Net are like "magic" and it takes some work to
understand what they are actually doing. (A friend recommended I
watched the PluralSight videos on this stuff, and said I should learn
LINQ. In fact, watching their LINQ course answers a whole load of magic
as it explains the history and delegates and lamdas etc).

Anyway, looks like it is all going sensibly at the moment. Thank you.
« Previous PagePage 2 of 2
Jump to Page:  1 2
Image