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

DeleteRecordViewModel..::..ValidateDeleteTable Method

Validates the delete table.

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

Syntax


public bool ValidateDeleteTable(
	DeleteTable deleteTable
)
Public Function ValidateDeleteTable ( _
	deleteTable As DeleteTable _
) As Boolean
public:
bool^ ValidateDeleteTable(
	DeleteTable^ deleteTable
)

Parameters

deleteTable
Type: RingSoft.DbLookup..::..DeleteTable
The delete table.

Return Value

true if XXXX, false otherwise.