SimpleORM.NET
is_materialized Method (p_item)
NamespacesSorm.InterfacesSerializeContextis_materialized(Object)

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

Query to see if an object has already been read from the storage during the current deserialization.
Declaration Syntax
C#Visual BasicVisual C++
bool is_materialized(
	Object p_item
)
Function is_materialized ( _
	p_item As Object _
) As Boolean
bool is_materialized(
	Object^ p_item
)
Parameters
p_item (Object)
Instance to check
Return Value
true, if the object has already been read

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