Mimer Data Provider v9.2

MimerCommandBuilder.QuoteSuffix Property

Gets or sets the ending character or characters to use to quote names that contain characters such as spaces or reserved tokens.

[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.

Exceptions

Exception TypeCondition
InvalidOperationExceptionThe property can only be changed before the SQL command is compiled.

See Also

MimerCommandBuilder Class | Mimer.Data.Client Namespace