QueryTemplateFromPart Property
The QueryTemplateFromPart property of the QueryResultBase class gets or sets the FROM clause of the query template used by Web Parts that derive from this class.
Property Value
String that contains the FROM clause of the query template used by Web Parts that derive from this class.
Remarks
Override this property to get or set default values or placeholders for the FROM clause. For example, the SearchResults class sets this property to " %__scopecatalogs__%," where the " %__scopecatalogs__%" sub-string is replaced by query values at runtime.
Requirements
Platforms: Microsoft Windows Server 2003
Security: Code Access Security