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.8.0.0 (5.8.21.0208)
Syntax protected override string GetSearchMethodReturnTypeName(
string elementTypeName,
SearchableElementType elementType
)
Protected Overrides 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