C# Class Signum.Engine.SqlConnectorScripts

Datei anzeigen Open project: signumsoftware/framework Class Usage Examples

Public Properties

Property Type Description
RemoveAllConstraintsScript string
RemoveAllProceduresScript string
RemoveAllSchemasScript string
RemoveAllTablesScript string
RemoveAllViewsScript string

Public Methods

Method Description
RemoveAllScript ( DatabaseName databaseName ) : SqlPreCommand

Private Methods

Method Description
ShrinkDatabase ( string schemaName ) : SqlPreCommand
Use ( DatabaseName databaseName, string script ) : string

Method Details

RemoveAllScript() public static method

public static RemoveAllScript ( DatabaseName databaseName ) : SqlPreCommand
databaseName DatabaseName
return SqlPreCommand

Property Details

RemoveAllConstraintsScript public_oe static_oe property

public static string RemoveAllConstraintsScript
return string

RemoveAllProceduresScript public_oe static_oe property

public static string RemoveAllProceduresScript
return string

RemoveAllSchemasScript public_oe static_oe property

public static string RemoveAllSchemasScript
return string

RemoveAllTablesScript public_oe static_oe property

public static string RemoveAllTablesScript
return string

RemoveAllViewsScript public_oe static_oe property

public static string RemoveAllViewsScript
return string