QueryResultBase.QueryTemplateOrderByPart, propriété (Microsoft.SharePoint.Portal.WebControls)
The QueryTemplateOrderByPart property of the QueryResultBase class gets or sets the ORDER BY clause of the query template used by Web Parts that derive from this class.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
<DefaultValueAttribute("")> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property QueryTemplateOrderByPart As String
'Utilisation
Dim instance As QueryResultBase
Dim value As String
value = instance.QueryTemplateOrderByPart
instance.QueryTemplateOrderByPart = value
[BrowsableAttribute(false)]
[DefaultValueAttribute("")]
[WebPartStorageAttribute(Storage.Shared)]
public string QueryTemplateOrderByPart { get; set; }
Valeur de la propriété
String that contains the ORDER BY clause of the query template used by Web Parts that derive from this class.
Remarques
Override this property to get or set default values or placeholders for the ORDER BY clause. For example, the SearchResults class sets this property to " ORDER BY %__sort_by__%," where the "%__sort_by__%" sub-string is replaced by query values at runtime.
Voir aussi
Référence
QueryResultBase, classe
Membres QueryResultBase
Microsoft.SharePoint.Portal.WebControls, espace de noms