OracleCommandBuilder.QuotePrefix 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置指定其名称包含空格或保留标记等字符的数据库对象(例如,表或列)时使用的开始字符。
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
属性值
要使用的一个或多个起始字符。
- 属性