mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:39:28 +02:00
* UsePrimaryKeyAsKey default value is true, bug #12257
git-svn-id: trunk@12244 -
This commit is contained in:
parent
8fce9ba897
commit
138280cb6d
@ -298,7 +298,7 @@ type
|
||||
property DeleteSQL : TStringlist read FDeleteSQL;
|
||||
property Params : TParams read FParams write FParams;
|
||||
property UpdateMode : TUpdateMode read FUpdateMode write SetUpdateMode;
|
||||
property UsePrimaryKeyAsKey : boolean read FUsePrimaryKeyAsKey write SetUsePrimaryKeyAsKey;
|
||||
property UsePrimaryKeyAsKey : boolean read FUsePrimaryKeyAsKey write SetUsePrimaryKeyAsKey default true;
|
||||
property StatementType : TStatementType read GetStatementType;
|
||||
property ParseSQL : Boolean read FParseSQL write SetParseSQL default true;
|
||||
Property DataSource : TDatasource Read GetDataSource Write SetDatasource;
|
||||
|
Loading…
Reference in New Issue
Block a user