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

SelectQueryMauiBase..::..DeleteAllData Method

Deletes all data.

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

Syntax


public bool DeleteAllData(
	IDbContext context
)
Public Function DeleteAllData ( _
	context As IDbContext _
) As Boolean
public:
bool^ DeleteAllData(
	IDbContext^ context
)

Parameters

context
Type: RingSoft.DbLookup..::..IDbContext
The context.

Return Value

true if XXXX, false otherwise.