Method | Description | |
---|---|---|
DeprovisonScope ( SqlConnection conn, string scope ) : bool |
Deprovsions the scope from the database.
|
|
DropTable ( SqlConnection conn, string table ) : void |
Drop the table from the database if it exists.
|
|
DropTableGeomTrigger ( SqlConnection conn, string table ) : void |
Drop the GEOM SRID correction trigger from the table.
|
|
RemoveFromScopesTable ( SqlConnection conn, string scope ) : void |
public static DeprovisonScope ( SqlConnection conn, string scope ) : bool | ||
conn | SqlConnection | |
scope | string | |
return | bool |
public static DropTable ( SqlConnection conn, string table ) : void | ||
conn | SqlConnection | Connection to the database |
table | string | The table to drop. |
return | void |
public static DropTableGeomTrigger ( SqlConnection conn, string table ) : void | ||
conn | SqlConnection | |
table | string | |
return | void |
public static RemoveFromScopesTable ( SqlConnection conn, string scope ) : void | ||
conn | SqlConnection | |
scope | string | |
return | void |