Editar

Compartir a través de


QueryRequestOptions<TDocument>.EnableLowPrecisionOrderBy Property

Definition

Gets or sets the option to enable low precision order by.

public:
 property Nullable<bool> EnableLowPrecisionOrderBy { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? EnableLowPrecisionOrderBy { get; set; }
member this.EnableLowPrecisionOrderBy : Nullable<bool> with get, set
Public Property EnableLowPrecisionOrderBy As Nullable(Of Boolean)

Property Value

Remarks

Default is null.

Applies to