Data for Silverlight
DataRowCollection Class Members
Properties  Methods  Events

C1.Silverlight.Data Namespace : DataRowCollection Class

The following tables list the members exposed by DataRowCollection.

Public Properties
 NameDescription
Public Property (Inherited from System.Collections.ObjectModel.Collection<DataRow>)
Public Property (Inherited from System.Collections.ObjectModel.Collection<DataRow>)
Public PropertyGets whether events are temporarily suspended because of calls to the UpdatableCollection<T>.BeginUpdate method. (Inherited from C1.Silverlight.Data.UpdatableCollection<DataRow>)
Top
Public Methods
 NameDescription
Public MethodOverloaded. Creates a row using specified values and adds it to the collection.  
Public MethodPrevents the list from firing notification events until the UpdatableCollection<T>.EndUpdate method is called. (Inherited from C1.Silverlight.Data.UpdatableCollection<DataRow>)
Public MethodRemoves all rows from the list.  
Public Method (Inherited from System.Collections.ObjectModel.Collection<DataRow>)
Public Method (Inherited from System.Collections.ObjectModel.Collection<DataRow>)
Public MethodResumes event firing after it had been suspended by a call to the UpdatableCollection<T>.BeginUpdate method. (Inherited from C1.Silverlight.Data.UpdatableCollection<DataRow>)
Public MethodFinds the DataRow that has the specified key in its DataTable.PrimaryKey column.  
Public Method (Inherited from System.Collections.ObjectModel.Collection<DataRow>)
Public Method (Inherited from System.Collections.ObjectModel.Collection<DataRow>)
Public Method (Inherited from System.Collections.ObjectModel.Collection<DataRow>)
Public Method (Inherited from System.Collections.ObjectModel.Collection<DataRow>)
Public Method (Inherited from System.Collections.ObjectModel.Collection<DataRow>)
Top
Public Events
 NameDescription
Public Event (Inherited from System.Collections.ObjectModel.ObservableCollection<DataRow>)
Top
See Also

Reference

DataRowCollection Class
C1.Silverlight.Data Namespace