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

SelectQueryMauiBase..::..GetData Method

Gets the data.

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

Syntax


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

Parameters

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

Return Value

true if XXXX, false otherwise.