RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

AdvancedFindFiltersManager..::..IsDeleteOk Method

Determines whether [is delete ok] [the specified row index].

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


public bool IsDeleteOk(
	int rowIndex
)
Public Function IsDeleteOk ( _
	rowIndex As Integer _
) As Boolean
public:
bool^ IsDeleteOk(
	int^ rowIndex
)

Parameters

rowIndex
Type: Int32
Index of the row.

Return Value

true if [is delete ok] [the specified row index]; otherwise, false.