Click or drag to resize
SavedElementSearchQueryIsMatch Method
Determines whether this search query matches with all the specified parameters. If a parameter is null/empty/none, this instance matches with that value.

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 bool IsMatch(
	string name,
	string language,
	SearchableElementType elementType
)

Parameters

name
Type: SystemString
The name.
language
Type: SystemString
The language.
elementType
Type: SD.LLBLGen.Pro.ApplicationCoreSearchableElementType
Type of the element.

Return Value

Type: Boolean
See Also