DbOutWhereNotNull (Translator)
De Wiki1000
function dbOutWhereNotNull(const iColumnName:string):string;
Retourne un terme de filtre non null pour la colonne.
vCursor.SQL.Add(Format('AND %s',[vCursor.Translator.dbOutWhereNotNull('oidMyRef')]));