Click or drag to resize
SearchHandlerVBNetGetSearchMethodReturnTypeName Method
Gets the return type name of the search method

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
protected override string GetSearchMethodReturnTypeName(
	string elementTypeName,
	SearchableElementType elementType
)

Parameters

elementTypeName
Type: SystemString
Name of the element type.
elementType
Type: SD.LLBLGen.Pro.ApplicationCoreSearchableElementType
Type of the element.

Return Value

Type: String
the type name to use for the search method
See Also