Click or drag to resize

LLBLGenProODataServiceBaseTLinqMetaDataGetService Method

Returns service implementation.

Namespace:  SD.LLBLGen.Pro.ODataSupportClasses
Assembly:  SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public Object GetService(
	Type serviceType
)

Parameters

serviceType
Type: SystemType
The type of the service requested.

Return Value

Type: Object
Implementation of such service or null.

Implements

IServiceProviderGetService(Type)
See Also