We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675471d commit 3c83e34Copy full SHA for 3c83e34
SimpleInterface.pas
@@ -27,7 +27,7 @@ interface
27
function LastID : iSimpleDAO<T>;
28
function Delete(aField : String; aValue : String) : iSimpleDAO<T>; overload;
29
function DataSource( aDataSource : TDataSource) : iSimpleDAO<T>;
30
- function Find : iSimpleDAO<T>; overload;
+ function Find(aBindList : Boolean = True) : iSimpleDAO<T>; overload;
31
function Find(var aList : TObjectList<T>) : iSimpleDAO<T> ; overload;
32
function Find(aId : Integer) : T; overload;
33
function SQL : iSimpleDAOSQLAttribute<T>;
0 commit comments