Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULCommandBuilder class

QuotePrefix property Next Page

QuoteSuffix property


Gets or sets the ending character or characters to use when specifying UltraLite database objects, such as tables or columns, whose names contain characters such as spaces or reserved tokens.

Syntax

Visual Basic

Public Property QuoteSuffix As String

C#

public string QuoteSuffix {get;set;}

Property value

The ending character or characters to use. The default is an empty string.

See also