Data.DB.TParam.AsParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsParams: TParams read GetAsParams write SetAsParams;

C++

__property TParams* AsParams = {read=GetAsParams, write=SetAsParams};

Properties

Type Visibility Source Unit Parent
property public
Data.DB.pas
Data.DB.hpp
Data.DB TParam

Description

Used by TSqlServerMethod to access TParams parameters.

AsParams is used by TSqlServerMethod to access TParams parameters.

See Also