GridSerializer.ApplyPostViewIncrementalInsertsAndDeletes Method
Include Protected Members
Include Inherited Members
Applies relevant record changes to the input data table before slicing occurs.
Overload List
Name | Description | |
---|---|---|
ApplyPostViewIncrementalInsertsAndDeletes(IEnumerable<Change>) | Applies relevant record insert and delete changes to the input data table before slicing occurs. | |
ApplyPostViewIncrementalInsertsAndDeletes(IEnumerable<Change>, Func<Object, Dictionary<String, Object>>) | Applies relevant record insert and delete changes to the input data table before slicing occurs. |
Top