DbOutWhereNotNull (Translator)

De Wiki1000

<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>

Translator