DbOutWhereNotNull (Translator)
<source lang="delphi">function dbOutWhereNotNull(const iColumnName:string):string;</source>
Retourne un terme de filtre non null pour la colonne.
<source lang="delphi">
vCursor.SQL.Add(Format('AND %s',[vCursor.Translator.dbOutWhereNotNull('oidMyRef')]));
</source>