Class DataSetContainer
Root container for DataSet and children DataSets to handle changes made to DataSet.
Inheritance
System.Object
    DataSetContainer
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public sealed class DataSetContainerMethods
| Name | Description | 
|---|---|
| ResumeComputation() | Resumes automatic computation. | 
| SuspendComputation() | Suspends automatic computation. | 
Events
| Name | Description | 
|---|---|
| AfterDataRowInserted | Occurs after DataRow inserted. | 
| BeforeDataRowInserted | Occurs before DataRow inserted. | 
| DataRowInserting | Occurs when DataRow is inserting. | 
| DataRowRemoved | Occurs after DataRow removed. | 
| DataRowRemoving | Occurs before DataRow removed. | 
| ValueChanged | Occurs when data value changed. |