OdbcCommandBuilder.QuoteSuffix 属性

定义

获取或设置使用其名称包含空格或保留标记等字符的数据库对象(例如,表或列)时使用的结束字符。

public:
 property System::String ^ QuoteSuffix { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string QuoteSuffix { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.QuoteSuffix : string with get, set
Public Property QuoteSuffix As String

属性值

要使用的结束字符。 默认值为一个空字符串。

属性

适用于