-----------------------------------------------------------

New Message on MumbaiUserGroup

-----------------------------------------------------------
From: Rahul4ever1
Message 17 in Discussion




  
    
    New Message on MumbaiUserGroup
  
  





      Question Of The Day !!!! -- (13-06-2005)

    
  
    
      Reply

          
            
                
               
                  Reply to Sender
                    Recommend
                  
                  Message 15 in Discussion
                                                
            
          
        
                    
        
            
              From: 
              Rahul4ever1
            
            
              

              Untyped dataset is a direct instantiation of System.Data.Dataset 
object, while a typed dataset is a distinct class that inherits from 
System.Data.Dataset.   A typed dataset exposes its tables, and the columns 
within them, as object properties while an untyped you have to deal with tables 
and items collection. 
Ex. Typed dataset : Me.dsOrder.OrderHeaders(0).OrderID Untyped dataset : 
Me.dsOrders.Tables("OrderHeader").Rows(0).Item("OrderID")   MS Visual studio 
supports intellisense for Typed data set so its easier to work with typed 
dataset.   And one more benifit of Typed dataset is its supports compile time 
type checking.   I think Typed dataset gives better performance.   Thanks,
Dhrumit.
          
        
      
          
  

    View other groups in this category.
  

  

      




-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/mumbaiusergroup/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member 
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you 
received this message by mistake, please click the "Remove" link below. On the 
pre-addressed e-mail message that opens, simply click "Send". Your e-mail 
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to