Description
Type TPSCWhereInc determines necessity of adding the token "WHERE" at the end of the template. This type is used in PSCFltBox unit for building a SQL template. TPSCWhereInc can take one of the following values: wiAuto - This value means that token "WHERE" will be appended when this token absents into the template. wiYes - This value means that token "WHERE" will be appended at the end of template in any case. wiNo - This value means that token "WHERE" will not be appended into the template.