Data.Win.ADODB.TParameter.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Name: WideString read GetName write SetName;

C++

__property System::WideString Name = {read=GetName, write=SetName};

Properties

Type Visibility Source Unit Parent
property published
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TParameter

Description

Identifies the TParameter object.

Use Name to identify a particular parameter within a TParameters object.

Note: Name is the name of the TParameter object, not the name of the parameter it represents in a query or stored procedure.

See Also