C# Class Deprovisioning, qmap

显示文件 Open project: NathanW2/qmap Class Usage Examples

Public Methods

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

Method Details

DeprovisonScope() public static method

Deprovsions the scope from the database.
public static DeprovisonScope ( SqlConnection conn, string scope ) : bool
conn SqlConnection
scope string
return bool

DropTable() public static method

Drop the table from the database if it exists.
public static DropTable ( SqlConnection conn, string table ) : void
conn SqlConnection Connection to the database
table string The table to drop.
return void

DropTableGeomTrigger() public static method

Drop the GEOM SRID correction trigger from the table.
public static DropTableGeomTrigger ( SqlConnection conn, string table ) : void
conn SqlConnection
table string
return void

RemoveFromScopesTable() public static method

public static RemoveFromScopesTable ( SqlConnection conn, string scope ) : void
conn SqlConnection
scope string
return void