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