PC Review


Reply
Thread Tools Rate Thread

DataRowVersion - Strongly typed dataset

 
 
Woody Splawn
Guest
Posts: n/a
 
      16th Feb 2005
If reviewing how to get the DataRowVersion data from a row in a dataset I
see no example of how to do this with a strongly typed dataset using dot
notation. Below I have an example of how I get a value into a integer value
called OrigStatus not using dot notation.



OrigStatus = CInt(Me.DataSetQuoteDetail1.quote(0)("quote_status_id",
DataRowVersion.Original))



As you see, in the example above it is necessary for me to supply the name
of the column in quotation marks. Is there a way to do this in a strongly
typed dataset using dot notation so that I don't have to supply the column
name in quotation marks?










 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
more about strongly typed DataSet and untyped dataset Tony Johansson Microsoft C# .NET 0 4th Oct 2010 12:17 PM
How to generate a strongly typed dataset from untyped dataset? =?Utf-8?B?UGV0ZXI=?= Microsoft VB .NET 0 24th Aug 2007 07:08 AM
Re: Casting from Generic DataSet to strongly Typed DataSet Sahil Malik Microsoft ADO .NET 0 7th Mar 2005 07:38 PM
Convert regular DataSet to strongly typed DataSet moondaddy Microsoft ADO .NET 3 20th Apr 2004 08:37 AM
Cast weakly typed DataSet to a strongly typed dataset??? Microsoft Dot NET 0 18th Sep 2003 10:18 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:55 AM.