AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

Domain..::..GetSQL Method

Retrieve the sql statement for the specified command name

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

Syntax


public string GetSQL(
	string commandName
)

Parameters

commandName
Type: String
Stored procedure name to get the parameters for

Return Value

Ordered array list with filled in params for the specified stored procedure