AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

Language..::..GetSQL Method

Retrieves the SQL statement for the specified command name. Currently returns an empty string.

Namespace:  AdvantageCMS.Core.Common.BusinessEntity
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public string GetSQL(
	string commandName
)

Parameters

commandName
Type: String
The command name to get the SQL for.

Return Value

The SQL statement string, or empty if not applicable.