Click or drag to resize

commoncustomSQLCallAsObject Method

Runs a custom stored procedure with given parameters and returns an object array of the passed in Object TypeName.

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "customSQLCallAsObject", Description = "Runs a custom stored procedure with given parameters and returns an object array of the passed in Object TypeName.")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public string customSQLCallAsObject(
	string sqlCall,
	nameValuePairs[] inParms,
	string inType
)

Parameters

sqlCall
Type: SystemString
inParms
Type: ctDynamicsSLnameValuePairs
inType
Type: SystemString

Return Value

Type: String
See Also