SessionBaseInMemoryOnly Property |
Gets information about this session, is it an in-memory only session or a session that persists data
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic bool InMemoryOnly { get; }
Public ReadOnly Property InMemoryOnly As Boolean
Get
public:
property bool InMemoryOnly {
bool get ();
}
member InMemoryOnly : bool with get
Property Value
Type:
Boolean
See Also