Mimer Data Provider v9.2

MimerCommandBuilder.QuotePrefix Property

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

[Visual Basic]
Public Property QuotePrefix As String
[C#]
public string QuotePrefix {get; set;}

Property Value

The beginning 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