Data.DBXCommon.TDBXParameter.TypeName
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXParameter |
Delphi
property TypeName: string read FTypeName write FTypeName;
C++
__property System::UnicodeString TypeName = {read=FTypeName, write=FTypeName};
Description
Name of parameter type.
TypeName contains the name of the type for this parameter. It equals if not specified.