C# Class Signum.Engine.SqlConnectorScripts

Afficher le fichier Open project: signumsoftware/framework Class Usage Examples

Méthodes publiques

Свойство Type Description
RemoveAllConstraintsScript string
RemoveAllProceduresScript string
RemoveAllSchemasScript string
RemoveAllTablesScript string
RemoveAllViewsScript string

Méthodes publiques

Méthode Description
RemoveAllScript ( DatabaseName databaseName ) : SqlPreCommand

Private Methods

Méthode Description
ShrinkDatabase ( string schemaName ) : SqlPreCommand
Use ( DatabaseName databaseName, string script ) : string

Method Details

RemoveAllScript() public static méthode

public static RemoveAllScript ( DatabaseName databaseName ) : SqlPreCommand
databaseName DatabaseName
Résultat SqlPreCommand

Property Details

RemoveAllConstraintsScript public_oe static_oe property

public static string RemoveAllConstraintsScript
Résultat string

RemoveAllProceduresScript public_oe static_oe property

public static string RemoveAllProceduresScript
Résultat string

RemoveAllSchemasScript public_oe static_oe property

public static string RemoveAllSchemasScript
Résultat string

RemoveAllTablesScript public_oe static_oe property

public static string RemoveAllTablesScript
Résultat string

RemoveAllViewsScript public_oe static_oe property

public static string RemoveAllViewsScript
Résultat string