Click or drag to resize

xddeditXDDTxnTypeAsDataSet 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 = "editXDDTxnTypeAsDataSet", Description = "Add/Edit XDDTxnType entries.  Calls: xct_spDSLXDDEditXDDTxnType ")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public DataSet editXDDTxnTypeAsDataSet(
	string actionType,
	xddXDDTxnType inItem
)

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLxddXDDTxnType

Return Value

Type: DataSet
See Also