ComponentOne Query 8.0
TableQuote Property

Syntax

C1Query.SQLInfo.TableQuote= value

Notes

Read/Write at run time. Unavailable at design time. Property applies to SQLInfo object.

Values

Constant Value and Name

Meaning

0 – c1qQuoteNone

No quotation

1 – c1qQuoteSingle

‘…’

2 – c1qQuoteDouble

“…”

3 – c1qQuoteBrackets

[…]

4 – c1qQuoteSharp

#…#

Description

This property sets/returns the quotation mark used to escape table names containing special characters.

See Also

TableQuoteCriteria property

SQL Syntax Properties

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback