FireDAC.Stan.Option.TFDMapRule.SourceDataType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SourceDataType: TFDDataType read FSourceDataType write  SetSourceDataType default dtUnknown;

C++

__property Firedac::Stan::Intf::TFDDataType SourceDataType = {read=FSourceDataType, write=SetSourceDataType, default=0};

Properties

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

Description

Specifies a source data type.

Use SourceDataType to specify a source data type, returned by driver for the result set column.

See Also