BCSTableDeleteValuesEx Method |
Note: This API is now obsolete.
Deletes row(s) from 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 "Delete" method.",
true)]
public void DeleteValuesEx()
<ObsoleteAttribute("This method is deprecated. Use the "Delete" method.",
true)>
Public Sub DeleteValuesEx
public:
[ObsoleteAttribute(L"This method is deprecated. Use the "Delete" method.",
true)]
void DeleteValuesEx()
[<ObsoleteAttribute("This method is deprecated. Use the "Delete" method.",
true)>]
member DeleteValuesEx : unit -> unit
Remarks
This method is deprecated. Use one of the Delete methods.
See Also