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

DataAdapter property Next Page

QuotePrefix property


Gets or sets the starting 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 QuotePrefix As String

C#

public string QuotePrefix {get;set;}

Property value

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

See also