This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Removes the rows based on the given expression.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Rows.Remove")]
public static int RowsRemove(
	 dataTable,
	string expression
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Rows.Remove")> _
Public Shared Function RowsRemove ( _
	dataTable As , _
	expression As  _
) As Integer

Parameters

dataTable
SXMLDataTable
The datatable from which rows will be removed.
expression
String
The expression that selects the rows that will be removed.

Return Value

The number of rows that has been removed.

See Also

Advanced