.NET Framework Class Library
Database.Requery Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Database Class > Database Methods > .NET Framework Class Library |
Refreshes all the grids and the tree view by re-querying the database
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function Requery As Boolean |
C# |
|---|
public bool Requery() |
Visual C++ |
|---|
public: bool Requery() |
JavaScript |
|---|
function requery(); |
Return Value
TRUE if the command succedeed, FALSE otherwise
Remarks
See Also