FireDAC.Stan.Option.TFDResourceOptions.DefaultParamType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultParamType: TParamType read GetDefaultParamType  write SetDefaultParamType stored IsDPTS default ptInput;

C++

__property Data::Db::TParamType DefaultParamType = {read=GetDefaultParamType, write=SetDefaultParamType, stored=IsDPTS, default=1};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDResourceOptions

Description

Specifies the default parameter direction.

Use DefaultParamType to specify the default parameter direction. The default value is ptInput

If TFDParam.ParamType is equal to ptUnknown, then FireDAC will use DefaultParamType. If TFDParam.ParamType remains ptUnknown, then an exception will be raised.

See Also