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.
Visual Basic
Public Property QuotePrefix As String
C#
public string QuotePrefix {get;set;}
The starting character or characters to use. The default is an empty string.