Query.skipAutoOrderBy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
skipAutoOrderBy() | |
skipAutoOrderBy(Boolean) |
skipAutoOrderBy()
public:
virtual bool skipAutoOrderBy();
public virtual bool skipAutoOrderBy ();
abstract member skipAutoOrderBy : unit -> bool
override this.skipAutoOrderBy : unit -> bool
Public Overridable Function skipAutoOrderBy () As Boolean
Returns
Applies to
skipAutoOrderBy(Boolean)
public:
virtual bool skipAutoOrderBy(bool _value);
public virtual bool skipAutoOrderBy (bool _value);
abstract member skipAutoOrderBy : bool -> bool
override this.skipAutoOrderBy : bool -> bool
Public Overridable Function skipAutoOrderBy (_value As Boolean) As Boolean
Parameters
- _value
- Boolean