Deletes row(s) from the table.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
[ObsoleteAttribute("This method is deprecated. Use the "Delete" method.", 
	true)]
public void DeleteValuesEx()
Visual Basic
<ObsoleteAttribute("This method is deprecated. Use the "Delete" method.",  _
	True)> _
Public Sub DeleteValuesEx
Visual C++
[ObsoleteAttribute(L"This method is deprecated. Use the "Delete" method.", 
	true)]
public:
void DeleteValuesEx()

Remarks

This method is deprecated. Use one of the Delete methods.

See Also