Method | Description | |
---|---|---|
AppInstaller ( string tenant, string database, |
||
HasSchemaAsync ( string database ) : Task |
||
InstallAsync ( ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
CreateMyAsync ( ) : System.Threading.Tasks.Task | ||
CreateOverride ( ) : void | ||
CreateSchemaAsync ( ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
RunSqlAsync ( string tenant, string database, string fromFile ) : System.Threading.Tasks.Task |
public AppInstaller ( string tenant, string database, |
||
tenant | string | |
database | string | |
installable | ||
return | System |
protected CreateMyAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
protected CreateSchemaAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public HasSchemaAsync ( string database ) : Task |
||
database | string | |
return | Task |
public InstallAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |