Sync the data of the object to underlying data record

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool UpdateData(
	bool validate
)
Visual Basic
Function UpdateData ( _
	validate As Boolean _
) As Boolean
Visual C++
bool UpdateData(
	bool validate
)

Parameters

validate
Type: System..::..Boolean

Field Value

Boolean

Return Value

True if successful

See Also