JAMS 6.x Help
Update Method (ICurParamUpdateSQL)


JAMS Entry Number.
The CurParam to update.
Creates and loads a CurParamList.
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
<System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Sub Update( _
   ByVal jamsEntry As System.Integer, _
   ByVal prm As CurParam _
) 
'Usage
 
Dim instance As ICurParamUpdateSQL
Dim jamsEntry As System.Integer
Dim prm As CurParam
 
instance.Update(jamsEntry, prm)
[System.ServiceModel.OperationContract()]
[System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
void Update( 
   System.int jamsEntry,
   CurParam prm
)

Parameters

jamsEntry
JAMS Entry Number.
prm
The CurParam to update.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ICurParamUpdateSQL Interface
ICurParamUpdateSQL Members