Click or drag to resize

commoncustomSQLCallAsXmlDocument Method

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute(MessageName = "customSQLCallAsXmlDocument", Description = "Custom SQL Call.  Returns as XmlDocument")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public XmlDocument customSQLCallAsXmlDocument(
	string sqlCall,
	nameValuePairs[] inParms,
	string checkSum
)

Parameters

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

Return Value

Type: XmlDocument
See Also