AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

IDataTranslateCommand..::..GetCommandToExecute Method

Translates the given command name to the actual stored procedure name to execute.

Namespace:  AdvantageCMS.Data.Interfaces
Assembly:  AdvantageCMS.Data (in AdvantageCMS.Data.dll)

Syntax


string GetCommandToExecute(
	string commandName
)

Parameters

commandName
Type: String
The original command name requested by the data access layer.

Return Value

The stored procedure name to execute. Return commandName unchanged if no translation is needed.