Post Method
Description
Posts all changed values into database.
Syntax
Visual Basic
Public Sub Post() 
Remarks

The results of calling the Post method are indeterminate. Use BusinessProcess.Save rather than Post.

See Also