IProcedure.Refresh

Syntax

Refresh([Connection: ISecurityConnection = Null]);

Parameters

Connection. Optional parameter allowing to specify connection with a database directly.

Description

The Refresh method completes the update by saving all changes.

Comments

It is used together with AttachProcedure and UpdateProcedure methods.

See also:

IProcedure