SqlObjectBase.AddOrderByProperty 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
AddOrderByProperty(String, Boolean) |
Add the information that the TSQL is ordered by the property name if overrideFlags is tru don't check if it is legal to use this property for order by |
AddOrderByProperty(String) |
the xpath scanner has detected that this property is used in orderby add whatever is required to support it, return value |
AddOrderByProperty(String, Boolean)
Add the information that the TSQL is ordered by the property name if overrideFlags is tru don't check if it is legal to use this property for order by
public virtual string AddOrderByProperty (string name, bool overrideFlags);
abstract member AddOrderByProperty : string * bool -> string
override this.AddOrderByProperty : string * bool -> string
Public Overridable Function AddOrderByProperty (name As String, overrideFlags As Boolean) As String
Parameters
- name
- String
- overrideFlags
- Boolean
Returns
Applies to
AddOrderByProperty(String)
the xpath scanner has detected that this property is used in orderby add whatever is required to support it, return value
public virtual string AddOrderByProperty (string name);
abstract member AddOrderByProperty : string -> string
override this.AddOrderByProperty : string -> string
Public Overridable Function AddOrderByProperty (name As String) As String
Parameters
- name
- String