AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

Domain..::..GetParameters Method

Retrieve the parameters required for the specified stored procedure

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

Syntax


public Object[] GetParameters(
	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