Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PersistentBase Properties

Serves as a base for classes that represent persistent objects.
Name Description
ClassInfo Gets a value that provides access to the metadata information of a class gathered via Reflection.
Fields static Gets an object that contains field identifiers for Simplified Criteria Syntax.
IsDeleted Indicates whether the current persistent object is marked as deleted.
IsLoading Indicates whether the object is currently being initialized.
Session Gets the session used to load and save persistent objects.
See Also