SimpleORM.NET
activation_depth Property
NamespacesSorm.InterfacesSessionactivation_depth

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

The depth the instance graph will be followed during the deserialization 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 deserialized from the storage if only object_1 is requested.
Declaration Syntax
C#Visual BasicVisual C++
int activation_depth { get; set; }
Property activation_depth As Integer
property int activation_depth {
	int get ();
	void set (int value);
}

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