Click or drag to resize
SearchHandlerBaseCreate 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.3.0.0 (5.3.0)
Syntax
public static SearchHandlerBase Create(
	SearchQueryLanguageType languageType
)

Parameters

languageType
Type: SD.LLBLGen.Pro.ApplicationCoreSearchQueryLanguageType
Type of the language.

Return Value

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