[This is preliminary documentation and subject to change.]
Stores a specified data object to the server.
Stores a specified data object to the server.
public void Store(IDataObject);
Stores a bunch of root objects within the same transaction.
public void Store(IDataObject[]);
Stores the modified item of a paged collection.
public void Store(PagedReadOnlyCollection);
ClientDataObjectHandler Class | PmMda.Net.Dog.Remoting Namespace