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

SystemDataRepository..::..DeleteAdvancedFind Method

Deletes the advanced find.

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

Syntax


public bool DeleteAdvancedFind(
	int advancedFindId
)
Public Function DeleteAdvancedFind ( _
	advancedFindId As Integer _
) As Boolean
public:
bool^ DeleteAdvancedFind(
	int^ advancedFindId
)

Parameters

advancedFindId
Type: Int32
The advanced find identifier.

Return Value

true if XXXX, false otherwise.