GitHub    Download    Forum
Overview
Tutorial
C++ API
C# API
General interfaces
Data interfaces
UDomain
UStorage
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
Compare
GetClassInfo
GetDomain
GetId
GetLastError
GetLock
GetNextSame
GetObject
IsDirty
IsOfType
LoadData
NeedsUpdate
StoreData
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
DTDL
DADL
Setup

WObject.StoreData

Stores data of the object by inserting an action into the transaction and resetting the object dirty status.

Syntax

void StoreData(
IntPtr p_hTransaction
);

Parameter

p_hTransaction
Type: IntPtr
Handle to a transaction.
Can be the standard transaction Transaction::Store.

Return value

This function has no return value.

Remarks

All attributes that are new or modified will be stored.
© 2022 Mobiland AG