Skip to content

Commit 3c83e34

Browse files
Adicionar as modificações de Interfaces do Find
1 parent 675471d commit 3c83e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimpleInterface.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ interface
2727
function LastID : iSimpleDAO<T>;
2828
function Delete(aField : String; aValue : String) : iSimpleDAO<T>; overload;
2929
function DataSource( aDataSource : TDataSource) : iSimpleDAO<T>;
30-
function Find : iSimpleDAO<T>; overload;
30+
function Find(aBindList : Boolean = True) : iSimpleDAO<T>; overload;
3131
function Find(var aList : TObjectList<T>) : iSimpleDAO<T> ; overload;
3232
function Find(aId : Integer) : T; overload;
3333
function SQL : iSimpleDAOSQLAttribute<T>;

0 commit comments

Comments
 (0)