FireDAC.Stan.Intf.TFDDataOption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDDataOption = (coAllowNull, coUnique, coReadOnly, coInUpdate,
coInWhere, coInKey, coAfterInsChanged, coAfterUpdChanged);

C++

enum DECLSPEC_DENUM TFDDataOption : unsigned int { coAllowNull, coUnique, coReadOnly, coInUpdate, coInWhere, coInKey, coAfterInsChanged, coAfterUpdChanged };

Properties

Type Visibility Source Unit Parent
enum public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf FireDAC.Stan.Intf

Description

Embarcadero Technologies does not currently have any additional information.