OracleCommandBuilder.QuotePrefix 属性

定义

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

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

属性值

要使用的一个或多个起始字符。

属性

适用于