Gets or sets a value indicating whether to add single quotation on query.


Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)

Syntax

Visual Basic (Declaration)
Public Property AddSingleQuotationOnQuery As Boolean
C#
public bool AddSingleQuotationOnQuery { get; set; }
C++
public property bool AddSingleQuotationOnQuery sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_AddSingleQuotationOnQuery();

/** property */
public void set_AddSingleQuotationOnQuery(bool value);
JScript
public function get AddSingleQuotationOnQuery() : bool

public function set AddSingleQuotationOnQuery(value : bool);

Property Value

true if [add single quotation on query]; otherwise, false.

See Also