FireDAC.Comp.Client.TFDCustomStoredProc.DescriptionsAvailable
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDCustomStoredProc | |
Delphi
function DescriptionsAvailable: Boolean;
C++
bool __fastcall DescriptionsAvailable();
Description
Determines if the parameter information is available in the stored procedure on the server.
Call DescriptionsAvailable to determine if a stored procedure on a server can return parameter information to the application. If DescriptionsAvailable returns True, the parameter information is available on the server. If DescriptionsAvailable returns False, the parameter information is not available.