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

Property Value

Type: Boolean
See Also