[This is preliminary documentation and is subject to change.]

Delete the rate

Namespace:  OfficeClip.DBLayer.TE
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void DeleteTeRates(
	int id
)
Visual Basic (Declaration)
Public Sub DeleteTeRates ( _
	id As Integer _
)
Visual C++
public:
void DeleteTeRates(
	int id
)

Parameters

id
Type: System..::.Int32
The unique id

See Also