IHistoryRepository.Exists Method

Definition

Checks whether or not the history table exists.

public bool Exists ();
abstract member Exists : unit -> bool
Public Function Exists () As Boolean

Returns

true if the table already exists, false otherwise.

Applies to