Data.Win.ADODB.TParameter.Name

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Unit: Data.Win.ADODB
Parent: TParameter

Delphi

property Name: WideString read GetName write SetName;

C++

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

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