HistoryRepository.Exists Method

Definition

Checks whether or not the history table exists.

public virtual bool Exists ();
abstract member Exists : unit -> bool
override this.Exists : unit -> bool
Public Overridable Function Exists () As Boolean

Returns

true if the table already exists, false otherwise.

Implements

Applies to