OracleCommandBuilder.QuotePrefix 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定開始字元 (一個或多個),當指定其名稱包含空白或保留語彙基元 (Token) 之類字元的資料庫物件時,就可以使用。
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
屬性值
要使用的開始字元。
- 屬性