SimpleORM.NET
update_depth Property
NamespacesSorm.InterfacesSessionupdate_depth

[This is preliminary documentation and is subject to change.]

The depth the instance graph will be followed during the serialization process. The default value is 5, which means that a reference chain like object_1.object_2.object_3.object_4.object_5 will be written to the storage if only object_1 is stored.
Declaration Syntax
C#Visual BasicVisual C++
int update_depth { get; set; }
Property update_depth As Integer
property int update_depth {
	int get ();
	void set (int value);
}

Assembly: sorm.interfaces (Module: sorm.interfaces) Version: 1.0.0.13068