Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Transmits changes from a pulled tracked table in back to the originating table. These changes are individually applied to the server in separate transactions.
Overload List
Name | Description | |
---|---|---|
![]() |
Push(String, String) | Transmits changes from a pulled tracked table in back to the originating table. These changes are individually applied to the server in separate transactions. |
![]() |
Push(String, String, RdaBatchOption) | Transmits changes from a pulled tracked table in back to the table. These changes can be either individually applied to the server or batched together in a single transaction. |
Top