Method ExecuteSchemaScriptAsync(string)

Assembly: redb.MSSql.dll

Executes the full schema initialization SQL script against the database.
Provider-specific: e.g. MSSQL splits by GO batch separators.

protected override Task ExecuteSchemaScriptAsync(string sql)