Data.Win.ADODB.TParameters.Refresh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Refresh: Boolean;

C++

bool __fastcall Refresh();

Properties

Type Visibility Source Unit Parent
function public
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TParameters

Description

Refreshes a parameter collection.

Call Refresh to ensure a parameter collection has the most up to date information on available parameters.

See Also