BCSTableUpdateValuesEx Method |
Note: This API is now obsolete.
Updates values in the table.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax [ObsoleteAttribute("This method is deprecated. Use the "Update" method.",
true)]
public void UpdateValuesEx()
<ObsoleteAttribute("This method is deprecated. Use the "Update" method.",
true)>
Public Sub UpdateValuesEx
public:
[ObsoleteAttribute(L"This method is deprecated. Use the "Update" method.",
true)]
void UpdateValuesEx()
[<ObsoleteAttribute("This method is deprecated. Use the "Update" method.",
true)>]
member UpdateValuesEx : unit -> unit
Remarks
This method is deprecated. Use one of the Update methods.
Remarks
Executes a query like: UPDATE TableName SET setColumns = 'setValues'[,...])[ WHERE (MatchColumns = MatchValues[ AND ...])]
See Also