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

属性值

要使用的结束字符或字符。

属性

适用于