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

AdvancedFindFiltersManager..::..CanInsertRow Method

Determines whether this instance [can insert row] the specified start index.

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

Syntax


protected bool CanInsertRow(
	int startIndex
)
Protected Function CanInsertRow ( _
	startIndex As Integer _
) As Boolean
protected:
bool^ CanInsertRow(
	int^ startIndex
)

Parameters

startIndex
Type: Int32
The start index.

Return Value

true if this instance [can insert row] the specified start index; otherwise, false.