Show / Hide Table of Contents

Class DeleteSessionOption

Enum for delete session options.

Inheritance
System.Object
DeleteSessionOption
Namespace: MESL.SqlRace.Enumerators
Assembly: MESL.SqlRace.Enumerators.dll
Syntax
public sealed class DeleteSessionOption : Enum

Fields

NoSessionDelete

No Delete

Declaration
public const DeleteSessionOption NoSessionDelete
Field Value
Type Description
DeleteSessionOption

RecordedSessions

Delete recorded sessions only

Declaration
public const DeleteSessionOption RecordedSessions
Field Value
Type Description
DeleteSessionOption

SQLiteDatabase

Delete ssndb SQLite database

Declaration
public const DeleteSessionOption SQLiteDatabase
Field Value
Type Description
DeleteSessionOption

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX