|
AnyDAC
|
Allows to submit a custom WHERE phrase or additional filtering condition.
Override the GetCustomWhere method to submit a custom WHERE phrase or additional filtering condition to a SELECT command, which TADTable will send to a DBMS. The returned value must be a SQL predicate.
function GetCustomWhere: String; virtual;
|
What do you think about this topic? Send feedback!
|