C# Class Deprovisioning, qmap

Afficher le fichier Open project: NathanW2/qmap Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

DropTable() public static méthode

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.
Résultat void

DropTableGeomTrigger() public static méthode

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

RemoveFromScopesTable() public static méthode

public static RemoveFromScopesTable ( SqlConnection conn, string scope ) : void
conn SqlConnection
scope string
Résultat void