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

屬性值

要使用的開始字元。 預設為空字串。

屬性

適用於