IHistoryRepository.GetCreateIfNotExistsScript Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Génère un script SQL qui crée la table d’historique si et seulement si elle n’existe pas déjà.
public string GetCreateIfNotExistsScript();
abstract member GetCreateIfNotExistsScript : unit -> string
Public Function GetCreateIfNotExistsScript () As String
Retours
Script SQL.