Partager via


IHistoryRepository.CreateIfNotExists Method

Definition

Creates the history table if it doesn't exist.

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

Returns

true if the table was created, false otherwise.

Applies to