RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DSMetadata.GetProcedureParameters Method

Implementation of TDBXMetaDataCommands.GetProcedureParameters command.

Pascal
function GetProcedureParameters(const ProcedureNamePattern: UnicodeString): TDBXReader;
C++
__fastcall TDBXReader GetProcedureParameters(const UnicodeString ProcedureNamePattern);

GetProcedureParameters implements the TDBXMetaDataCommands.GetProcedureParameters metadata command. 

This implementation returns parameter information for all registered server methods. If the DataSnap server was connected with a TDBXPropertyNames.ServerConnection property specified, the stored procedures from the server connection are also included in the returned result.  

The parameter ProcedureNamePattern specifies the procedure name pattern. An empty string selects parameters for all procedures. 

GetProcedureParameters returns a TDBXReader with the columns specified in the TDBXProcedureParametersColumns class. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!