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: 11.1.0.0 (11.1)
Syntax public bool InMemoryOnly { get; }
Public ReadOnly Property InMemoryOnly As Boolean
Get
public:
property bool InMemoryOnly {
bool get ();
}
member InMemoryOnly : bool with get
Property Value
Type:
BooleanSee Also