Click or drag to resize

commoncustomSQLCall Method

Runs a custom stored procedure with given parameters

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 = "customSQLCall", Description = "Runs a custom stored procedure with given parameters ")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public DataSet customSQLCall(
	string sqlCall,
	nameValuePairs[] inParms,
	string checkSum
)

Parameters

sqlCall
Type: SystemString
inParms
Type: ctDynamicsSLnameValuePairs
checkSum
Type: SystemString

Return Value

Type: DataSet
See Also