Click or drag to resize

SearchHandlerBase.Create Method

Creates a new searchhandler based on the language specified

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Search
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
public static SearchHandlerBase Create(
	SearchQueryLanguageType languageType
)

Parameters

languageType
Type: SD.LLBLGen.Pro.ApplicationCore.SearchQueryLanguageType
Type of the language.

Return Value

Type: SearchHandlerBase
ready to use search handler or null if language isn't supported.
See Also