Click or drag to resize

commonlinkSnoteAsDataSet Method

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "linkSnoteAsDataSet", Description = "Add/Edit Snote entries.  Calls: xct_spDSLlinkSnote ")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public DataSet linkSnoteAsDataSet(
	string tableName,
	int noteID,
	nameValuePairs[] parms
)

Parameters

tableName
Type: SystemString
noteID
Type: SystemInt32
parms
Type: ctDynamicsSLnameValuePairs

Return Value

Type: DataSet
See Also