AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

Navigation..::..GetSQL Method

Retrieve the parameters required for the specified stored procedure

Namespace:  AdvantageCMS.Core.Admin.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