Method ExecuteSchemaScriptAsync(string)
Executes the full schema initialization SQL script against the database.
Provider-specific: e.g. MSSQL splits by GO batch separators.
protected abstract Task ExecuteSchemaScriptAsync(string sql)
Executes the full schema initialization SQL script against the database.
Provider-specific: e.g. MSSQL splits by GO batch separators.
protected abstract Task ExecuteSchemaScriptAsync(string sql)