RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbDataProcessor..::..GetDropDatabaseSql Method

Gets the drop database SQL.

Namespace:  RingSoft.DbLookup.DataProcessor
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public string GetDropDatabaseSql(
	string databaseName
)
Public Function GetDropDatabaseSql ( _
	databaseName As String _
) As String
public:
String^ GetDropDatabaseSql(
	String^ databaseName
)

Parameters

databaseName
Type: String
Name of the database.

Return Value

System.String.