pmMDA.NET

ClientDataObjectHandler.Store Method

[This is preliminary documentation and subject to change.]

Stores a specified data object to the server.

Overload List

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);

See Also

ClientDataObjectHandler Class | PmMda.Net.Dog.Remoting Namespace