Click or drag to resize

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)
Syntax
public bool InMemoryOnly { get; }

Property Value

Type: Boolean
See Also