SessionBaseEmbedISerializableLists Property |
Starting in version 7.1.6,
ListT bits are NOT by default stored with its parent object, instead each such
ListT is stored with its own object Id.
This change was necessary in order to handle circular references via
ListT objects within an
ISerializable serialization.
Set this value to true if you have existing persisted
ISerializable with
ListT or else we will try to read the lists as non embedded when they are not.
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static bool EmbedISerializableLists { get; set; }
Public Shared Property EmbedISerializableLists As Boolean
Get
Set
public:
static property bool EmbedISerializableLists {
bool get ();
void set (bool value);
}
static member EmbedISerializableLists : bool with get, set
Property Value
Type:
BooleanSee Also