| SearchHandlerBaseGetSearchMethodReturnTypeName 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)
Syntaxprotected abstract string GetSearchMethodReturnTypeName(
	string elementTypeName,
	SearchableElementType elementType
)
Protected MustOverride Function GetSearchMethodReturnTypeName ( 
	elementTypeName As String,
	elementType As SearchableElementType
) As String
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