Push Method
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