Data for Silverlight
DataRowCollection Class
Members 

C1.Silverlight.Data Namespace : DataRowCollection Class
Collection of DataRow objects.
Object Model
DataRowCollection ClassDataRow Class
Syntax
'Declaration
 
Public Class DataRowCollection 
   Inherits C1.Silverlight.Data.UpdatableCollection(Of DataRow)
public class DataRowCollection : C1.Silverlight.Data.UpdatableCollection<DataRow> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         C1.Silverlight.Data.UpdatableCollection<T>
            C1.Silverlight.Data.DataRowCollection

See Also

Reference

DataRowCollection Members
C1.Silverlight.Data Namespace