NShape Reference
IRepositoryWriter.EndWriteObject Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape.Advanced > IRepositoryWriter Interface >

NShape Reference
IRepositoryWriter.EndWriteObject Method

Previous pageReturn to chapter overviewNext page

Posts the object to the database.

Syntax

void EndWriteInnerObject()

Description

Use EndWriteObject to post the current object to the database. If the object is new to the database, EndWriteObject assigns the new id to the called. It is an error to call EndWriteObject without a preceding BeginWriteObject.